summaryrefslogtreecommitdiffstats
path: root/bindings
diff options
context:
space:
mode:
authorTodd Zullinger <tmzullinger@users.sourceforge.net>2007-03-02 20:19:42 +0000
committerTodd Zullinger <tmzullinger@users.sourceforge.net>2007-03-02 20:19:42 +0000
commit6381eef4052391731162f0d7411e1fbf0a0ea585 (patch)
treea536a6833e72b41f262429b27d6dc0ac80685075 /bindings
parent72768339a6454cc64db8594cafb9baccc7dbf53d (diff)
downloadlibgpod-6381eef4052391731162f0d7411e1fbf0a0ea585.tar.gz
libgpod-6381eef4052391731162f0d7411e1fbf0a0ea585.tar.xz
libgpod-6381eef4052391731162f0d7411e1fbf0a0ea585.zip
only descend into the python subdir if HAVE_PYTHON is set, this avoids some problems with the Makefiles created by automake 1.7
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1402 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'bindings')
-rw-r--r--bindings/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/bindings/Makefile.am b/bindings/Makefile.am
index c2ddf78..d09be56 100644
--- a/bindings/Makefile.am
+++ b/bindings/Makefile.am
@@ -1 +1,3 @@
+if HAVE_PYTHON
SUBDIRS=python
+endif