mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-22 08:57:17 -06:00
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:
parent
4f603c718d
commit
00511d25ea
@ -1,4 +1,8 @@
|
||||
if GNUCASH_ENABLE_GUI
|
||||
SUBDIRS = libc guile-www stf
|
||||
else
|
||||
SUBDIRS = libc guile-www
|
||||
endif
|
||||
|
||||
EXTRA_DIST = README
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user