[geos-commits] r3896 - trunk/include/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Aug 19 07:13:00 PDT 2013


Author: strk
Date: 2013-08-19 07:12:59 -0700 (Mon, 19 Aug 2013)
New Revision: 3896

Modified:
   trunk/include/geos/Makefile.am
Log:
Install but do not distribute generated headers

These are platform.h and version.h
Fixes bug #601 and the lack of C++ headers install in
releases 3.4.0 and 3.4.1

Modified: trunk/include/geos/Makefile.am
===================================================================
--- trunk/include/geos/Makefile.am	2013-08-17 17:56:49 UTC (rev 3895)
+++ trunk/include/geos/Makefile.am	2013-08-19 14:12:59 UTC (rev 3896)
@@ -16,7 +16,7 @@
     triangulate \
     util
 
-EXTRA_DIST = version.h version.h.vc platform.h.vc platform.h.cmake
+EXTRA_DIST = version.h.vc platform.h.vc platform.h.cmake
 
 geosdir = $(includedir)/geos
 
@@ -51,5 +51,8 @@
     spatialIndex.h \
     timeval.h \
     unload.h \
-    util.h \
-    version.h
+    util.h
+
+nodist_geos_HEADERS = \
+    version.h \
+    platform.h



More information about the geos-commits mailing list