[Gnucash-changes] r11881 - gnucash/trunk/lib - lib Makefile.am changes for new directory

Neil Williams codehelp at cvs.gnucash.org
Mon Nov 7 10:45:00 EST 2005


Author: codehelp
Date: 2005-11-07 10:45:00 -0500 (Mon, 07 Nov 2005)
New Revision: 11881

Modified:
   gnucash/trunk/lib/Makefile.am
Log:
lib Makefile.am changes for new directory

Modified: gnucash/trunk/lib/Makefile.am
===================================================================
--- gnucash/trunk/lib/Makefile.am	2005-11-07 15:39:23 UTC (rev 11880)
+++ gnucash/trunk/lib/Makefile.am	2005-11-07 15:45:00 UTC (rev 11881)
@@ -1,7 +1,15 @@
+SUBDIRS = libc glib26 guile-www srfi
+
 if USE_LIBGOFFICE
-SUBDIRS = libc glib26 guile-www srfi
+SUBDIRS += 
 else
-SUBDIRS = libc glib26 guile-www srfi goffice
+SUBDIRS += goffice
 endif
 
+if USE_LIBQOF
+SUBDIRS += libqof
+else
+SUBDIRS +=
+endif
+
 EXTRA_DIST = README guppi-legend.patch



More information about the gnucash-changes mailing list