8 Jun
2010
8 Jun
'10
2:19 a.m.
This patch will prevent the unit tests from being built when "make" is run from the top-level project directory. This is helpful when porting libdispatch to non-BSD platforms. - Mark Index: Makefile.am =================================================================== --- Makefile.am (revision 188) +++ Makefile.am (working copy) @@ -6,5 +6,6 @@ SUBDIRS= \ dispatch \ man \ - src \ - testing + src + +DIST_SUBDIRS=testing