src/Makefile.am: Move WITH_PYTHON block to just above where it's used

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@21621 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
John Ralls 2011-11-21 18:38:12 +00:00
parent 1236f00bd9
commit 5f930058c8

View File

@ -1,8 +1,4 @@
# These directories do not contain any gtk dependencies
if WITH_PYTHON
PYTHON_DIR = python
endif
NONGUI_SUBDIRS = \
libqof \
debug \
@ -21,6 +17,10 @@ NONGUI_SUBDIRS = \
# 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
ALMOST_NONGUI_SUBDIRS = \
app-utils \
${PYTHON_DIR}