r22099 - gnucash/trunk/src - Bug #671737: Fix for configure --enable-python --enable-dbi --disable-gui

Christian Stimming cstim at code.gnucash.org
Mon Mar 19 16:48:37 EDT 2012


Author: cstim
Date: 2012-03-19 16:48:37 -0400 (Mon, 19 Mar 2012)
New Revision: 22099
Trac: http://svn.gnucash.org/trac/changeset/22099

Modified:
   gnucash/trunk/src/Makefile.am
Log:
Bug #671737: Fix for configure --enable-python --enable-dbi --disable-gui

Patch by Kuang-che Wu.

Modified: gnucash/trunk/src/Makefile.am
===================================================================
--- gnucash/trunk/src/Makefile.am	2012-03-19 20:32:39 UTC (rev 22098)
+++ gnucash/trunk/src/Makefile.am	2012-03-19 20:48:37 UTC (rev 22099)
@@ -39,7 +39,11 @@
   bin
 
 # Need to include '.' in order to build swig-runtime.h
+if GNUCASH_ENABLE_GUI
 SUBDIRS = . $(NONGUI_SUBDIRS) $(ALMOST_NONGUI_SUBDIRS) $(GUI_SUBDIRS)
+else
+SUBDIRS = . $(NONGUI_SUBDIRS) $(ALMOST_NONGUI_SUBDIRS)
+endif
 
 noinst_HEADERS = \
   swig-runtime.h



More information about the gnucash-changes mailing list