libs-base/Tests/base/NSRunLoop/GNUmakefile.preamble
Niels Grewe c0282c4073 If libdispatch provides integration hooks for the main queue
(i.e. nickhutchinson/libdispatch), use these to drain the main
queue using the main run loop.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@39617 72102866-910b-0410-8b05-ffd578937521
2016-04-04 08:17:08 +00:00

4 lines
108 B
Text

include ../../../config.mak
ifeq ($(GNUSTEP_BASE_HAVE_LIBDISPATCH),1)
dispatch_TOOL_LIBS = -ldispatch
endif