]> err.no Git - libchamplain/commitdiff
only recurse in the SUBDIRS we want to build
authorStephane Delcroix <stephane@delcroix.org>
Fri, 13 Feb 2009 21:31:17 +0000 (22:31 +0100)
committerStephane Delcroix <stephane@delcroix.org>
Fri, 13 Feb 2009 21:31:17 +0000 (22:31 +0100)
bindings/Makefile.am
bindings/managed/Makefile.am

index 122e7bc1755a19e676223965956af876849f8763..ae850fadb32860b7a96d74b787f100dd615df89a 100644 (file)
@@ -1 +1,7 @@
-SUBDIRS= managed
+SUBDIRS =
+
+if ENABLE_MANAGED
+  SUBDIRS+=managed
+endif
+
+DIST_SUBDIRS= managed
index 99c044e1fc822b38614005ccb8ce1ac039f0a4d7..33ead35fd225fa25c34737559fbd7caae676086f 100644 (file)
@@ -1,6 +1,8 @@
 SUBDIRS = \
        champlain        \
-       champlain-gtk    \
        samples
+if ENABLE_GTK
+  SUBDIRS+=champlain-gtk
+endif
 
 DIST_SUBDIRS = champlain champlain-gtk samples