[geos-commits] r2741 - in trunk: . build/msvc90 build/msvc90/geos_xmltester

svn_geos at osgeo.org svn_geos at osgeo.org
Thu Nov 26 11:32:41 EST 2009


Author: pramsey
Date: 2009-11-26 11:32:40 -0500 (Thu, 26 Nov 2009)
New Revision: 2741

Added:
   trunk/build/msvc90/geos_xmltester/Makefile.am
Modified:
   trunk/Makefile.am
   trunk/build/msvc90/Makefile.am
Log:
Fix missing components in tarball (#300)


Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2009-11-24 19:31:00 UTC (rev 2740)
+++ trunk/Makefile.am	2009-11-26 16:32:40 UTC (rev 2741)
@@ -15,7 +15,7 @@
 	tests	\
 	tools
 
-EXTRA_DIST = acsite.m4 makefile.vc nmake.opt
+EXTRA_DIST = acsite.m4 makefile.vc nmake.opt autogen.bat
 
 ACLOCAL_AMFLAGS = -I macros
 

Modified: trunk/build/msvc90/Makefile.am
===================================================================
--- trunk/build/msvc90/Makefile.am	2009-11-24 19:31:00 UTC (rev 2740)
+++ trunk/build/msvc90/Makefile.am	2009-11-26 16:32:40 UTC (rev 2741)
@@ -10,7 +10,8 @@
 	geos_lib \
 	geos_python \
 	geos_ruby \
-	geos_unit
+	geos_unit \
+	geos_xmltester
 
 EXTRA_DIST = \
 	README \

Added: trunk/build/msvc90/geos_xmltester/Makefile.am
===================================================================
--- trunk/build/msvc90/geos_xmltester/Makefile.am	                        (rev 0)
+++ trunk/build/msvc90/geos_xmltester/Makefile.am	2009-11-26 16:32:40 UTC (rev 2741)
@@ -0,0 +1,9 @@
+#
+# NOTE: Make sure that 'source' appears first.
+# 'capi' and 'doc' surely rely on availability of libgeos
+# which is built under 'source' and it seems that automake
+# is not able to detect required build order but blindly
+# relies on the order items in SUBDIRS appear.
+#
+EXTRA_DIST = \
+	geos_xmltester.vcproj



More information about the geos-commits mailing list