[geos-commits] r3828 - in branches/3.3: . include/geos/linearref

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Jul 5 07:43:53 PDT 2013


Author: strk
Date: 2013-07-05 07:43:53 -0700 (Fri, 05 Jul 2013)
New Revision: 3828

Modified:
   branches/3.3/NEWS
   branches/3.3/include/geos/linearref/Makefile.am
Log:
Fix install location of linearref headers (#624)

Modified: branches/3.3/NEWS
===================================================================
--- branches/3.3/NEWS	2013-06-28 10:33:43 UTC (rev 3827)
+++ branches/3.3/NEWS	2013-07-05 14:43:53 UTC (rev 3828)
@@ -9,6 +9,7 @@
     - Reduce memory fragmentation of prepared Polygon/Point intersection op
     - Fix mingw64 compile (#630)
     - Fix bug in HotPixel constructor (#635)
+    - Fix install location of linearref headers (#624)
 
 Changes in 3.3.8
 2013-02-28

Modified: branches/3.3/include/geos/linearref/Makefile.am
===================================================================
--- branches/3.3/include/geos/linearref/Makefile.am	2013-06-28 10:33:43 UTC (rev 3827)
+++ branches/3.3/include/geos/linearref/Makefile.am	2013-07-05 14:43:53 UTC (rev 3828)
@@ -4,7 +4,7 @@
 #
 EXTRA_DIST = 
 
-geosdir = $(includedir)/geos/algorithm
+geosdir = $(includedir)/geos/linearref
 
 geos_HEADERS = \
     ExtractLineByLocation.h \



More information about the geos-commits mailing list