[geos-commits] r3001 - trunk/swig

svn_geos at osgeo.org svn_geos at osgeo.org
Wed Jun 16 05:31:15 EDT 2010


Author: strk
Date: 2010-06-16 09:31:15 +0000 (Wed, 16 Jun 2010)
New Revision: 3001

Modified:
   trunk/swig/Makefile.am
Log:
Always distribute swig bindings, closes bug #352


Modified: trunk/swig/Makefile.am
===================================================================
--- trunk/swig/Makefile.am	2010-06-16 09:25:28 UTC (rev 3000)
+++ trunk/swig/Makefile.am	2010-06-16 09:31:15 UTC (rev 3001)
@@ -2,15 +2,17 @@
 #
 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
 #
+
+DIST_SUBDIRS = python ruby
+SUBDIRS =
+
 if ENABLE_PYTHON
-	MAYBEPYTHON = python
+	SUBDIRS += python
 endif
 
 if ENABLE_RUBY
-	MAYBERUBY = ruby
+	SUBDIRS += ruby
 endif
 
-SUBDIRS = $(MAYBEPYTHON) $(MAYBERUBY)
-
 EXTRA_DIST = \
 	geos.i 



More information about the geos-commits mailing list