]> err.no Git - libchamplain/commitdiff
Go into the python dir
authorPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Thu, 26 Feb 2009 18:16:25 +0000 (20:16 +0200)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Sun, 1 Mar 2009 20:47:52 +0000 (22:47 +0200)
bindings/Makefile.am

index ae850fadb32860b7a96d74b787f100dd615df89a..41b807a3f2d05891ff904bb4ed6f4986cf8425c7 100644 (file)
@@ -4,4 +4,9 @@ if ENABLE_MANAGED
   SUBDIRS+=managed
 endif
 
-DIST_SUBDIRS= managed
+if ENABLE_PYTHON
+  SUBDIRS+=python
+endif
+
+DIST_SUBDIRS= managed python
+