On Jan 15, 2011, at 12:04 PM, Derek Atkins wrote: > Note that you will need to add a DIST_SUBDIRS when you have a conditional > SUBDIRS entry. >
Automake seems to be taking care of that: (Makefile.in) DIST_SUBDIRS = . test ... @HAVE_GLIB_TESTING_FALSE@SUBDIRS = . @HAVE_GLIB_TESTING_TRUE@SUBDIRS = . test Regards, John Ralls _______________________________________________ gnucash-devel mailing list [email protected] https://lists.gnucash.org/mailman/listinfo/gnucash-devel
