r22105 - gnucash/trunk - Bug #671737: Let configure --disable-gui only build gui code
Christian Stimming
cstim at code.gnucash.org
Wed Mar 21 16:15:18 EDT 2012
Author: cstim
Date: 2012-03-21 16:15:17 -0400 (Wed, 21 Mar 2012)
New Revision: 22105
Trac: http://svn.gnucash.org/trac/changeset/22105
Modified:
gnucash/trunk/lib/Makefile.am
gnucash/trunk/src/Makefile.am
Log:
Bug #671737: Let configure --disable-gui only build gui code
Patch by Kuang-che Wu.
Modified: gnucash/trunk/lib/Makefile.am
===================================================================
--- gnucash/trunk/lib/Makefile.am 2012-03-20 10:08:37 UTC (rev 22104)
+++ gnucash/trunk/lib/Makefile.am 2012-03-21 20:15:17 UTC (rev 22105)
@@ -1,4 +1,8 @@
+if GNUCASH_ENABLE_GUI
SUBDIRS = libc guile-www stf
+else
+SUBDIRS = libc guile-www
+endif
EXTRA_DIST = README
Modified: gnucash/trunk/src/Makefile.am
===================================================================
--- gnucash/trunk/src/Makefile.am 2012-03-20 10:08:37 UTC (rev 22104)
+++ gnucash/trunk/src/Makefile.am 2012-03-21 20:15:17 UTC (rev 22105)
@@ -22,6 +22,7 @@
ALMOST_NONGUI_SUBDIRS = \
app-utils \
+ optional \
${PYTHON_DIR}
# These directories contain the code with gtk dependency
@@ -34,7 +35,6 @@
gnome \
import-export \
business \
- optional \
plugins \
bin
More information about the gnucash-changes
mailing list