Revision: 138 http://trac.macosforge.org/projects/libdispatch/changeset/138 Author: robert@fledge.watson.org Date: 2009-11-05 02:34:37 -0800 (Thu, 05 Nov 2009) Log Message: ----------- Build dispatch_priority2 variation on dispatch_priority. Modified Paths: -------------- trunk/testing/Makefile.am Modified: trunk/testing/Makefile.am =================================================================== --- trunk/testing/Makefile.am 2009-11-05 05:23:41 UTC (rev 137) +++ trunk/testing/Makefile.am 2009-11-05 10:34:37 UTC (rev 138) @@ -13,10 +13,13 @@ dispatch_cascade \ dispatch_debug \ dispatch_priority \ + dispatch_priority2 \ dispatch_starfish \ queue_finalizer dispatch_c99_CFLAGS=-std=c99 +dispatch_priority2_SOURCES=dispatch_priority.c +dispatch_priority2_CFLAGS=-DUSE_SET_TARGET_QUEUE=1 if HAVE_CBLOCKS CBLOCKS_TESTS= \
participants (1)
-
source_changes@macosforge.org