Bug #671737: Let configure --disable-gui only build gui code

Patch by Kuang-che Wu.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@22105 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Christian Stimming 2012-03-21 20:15:17 +00:00
parent 4f603c718d
commit 00511d25ea
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,8 @@
if GNUCASH_ENABLE_GUI
SUBDIRS = libc guile-www stf
else
SUBDIRS = libc guile-www
endif
EXTRA_DIST = README

View File

@ -22,6 +22,7 @@ endif
ALMOST_NONGUI_SUBDIRS = \
app-utils \
optional \
${PYTHON_DIR}
# These directories contain the code with gtk dependency
@ -34,7 +35,6 @@ GUI_SUBDIRS = \
gnome \
import-export \
business \
optional \
plugins \
bin