mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
1236f00bd9
commit
5f930058c8
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user