From 5f930058c8b75b5295d2be444be12badb9b218e6 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 21 Nov 2011 18:38:12 +0000 Subject: [PATCH] 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 --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 76ea784082..16d1c04578 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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}