diff options
| author | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-03-02 20:19:42 +0000 |
|---|---|---|
| committer | tmzullinger <tmzullinger@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-03-02 20:19:42 +0000 |
| commit | 953b0224ecbf560090fedb02127221fd7b1d9f54 (patch) | |
| tree | a536a6833e72b41f262429b27d6dc0ac80685075 /bindings | |
| parent | a5fee5c5fb3e5ed464048a5502a281cbef357245 (diff) | |
| download | libgpod-953b0224ecbf560090fedb02127221fd7b1d9f54.tar.gz libgpod-953b0224ecbf560090fedb02127221fd7b1d9f54.tar.xz libgpod-953b0224ecbf560090fedb02127221fd7b1d9f54.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.am | 2 |
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 |
