|
|
|
|
@ -13,16 +13,15 @@ NONGUI_SUBDIRS = \
|
|
|
|
|
quotes \
|
|
|
|
|
tax
|
|
|
|
|
|
|
|
|
|
# These directories should also not contain any gtk dependencies, but
|
|
|
|
|
# currently there is only single very little dependency in
|
|
|
|
|
# app-utils. It should go away in the long run, though.
|
|
|
|
|
if WITH_PYTHON
|
|
|
|
|
PYTHON_DIR = python
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
# These directories should also not contain any gtk dependencies, but
|
|
|
|
|
# currently there is only single very little dependency in
|
|
|
|
|
# app-utils. It should go away in the long run, though.
|
|
|
|
|
ALMOST_NONGUI_SUBDIRS = \
|
|
|
|
|
app-utils \
|
|
|
|
|
optional \
|
|
|
|
|
${PYTHON_DIR}
|
|
|
|
|
|
|
|
|
|
# These directories contain the code with gtk dependency
|
|
|
|
|
@ -35,6 +34,7 @@ GUI_SUBDIRS = \
|
|
|
|
|
gnome \
|
|
|
|
|
import-export \
|
|
|
|
|
business \
|
|
|
|
|
optional \
|
|
|
|
|
plugins \
|
|
|
|
|
bin
|
|
|
|
|
|
|
|
|
|
@ -42,7 +42,10 @@ GUI_SUBDIRS = \
|
|
|
|
|
if GNUCASH_ENABLE_GUI
|
|
|
|
|
SUBDIRS = . $(NONGUI_SUBDIRS) $(ALMOST_NONGUI_SUBDIRS) $(GUI_SUBDIRS)
|
|
|
|
|
else
|
|
|
|
|
SUBDIRS = . $(NONGUI_SUBDIRS) $(ALMOST_NONGUI_SUBDIRS)
|
|
|
|
|
# Note: In non-GUI build, "optional" needs to be added as well, but
|
|
|
|
|
# cannot be added in the variable because in with-GUI mode it depends
|
|
|
|
|
# on other parts.
|
|
|
|
|
SUBDIRS = . $(NONGUI_SUBDIRS) $(ALMOST_NONGUI_SUBDIRS) optional
|
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
|
|