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

John Ralls jralls at code.gnucash.org
Mon Nov 21 13:38:13 EST 2011


Author: jralls
Date: 2011-11-21 13:38:12 -0500 (Mon, 21 Nov 2011)
New Revision: 21621
Trac: http://svn.gnucash.org/trac/changeset/21621

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

Modified: gnucash/trunk/src/Makefile.am
===================================================================
--- gnucash/trunk/src/Makefile.am	2011-11-21 16:11:12 UTC (rev 21620)
+++ gnucash/trunk/src/Makefile.am	2011-11-21 18:38:12 UTC (rev 21621)
@@ -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 @@
 # 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}



More information about the gnucash-changes mailing list