[mapguide-commits] r7126 - sandbox/jng/geos-upgrade/Common/Geometry

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Oct 17 08:04:46 PDT 2012


Author: jng
Date: 2012-10-17 08:04:46 -0700 (Wed, 17 Oct 2012)
New Revision: 7126

Modified:
   sandbox/jng/geos-upgrade/Common/Geometry/Makefile.am
Log:
#543: Linux build fix for new GEOS

Modified: sandbox/jng/geos-upgrade/Common/Geometry/Makefile.am
===================================================================
--- sandbox/jng/geos-upgrade/Common/Geometry/Makefile.am	2012-10-17 13:29:39 UTC (rev 7125)
+++ sandbox/jng/geos-upgrade/Common/Geometry/Makefile.am	2012-10-17 15:04:46 UTC (rev 7126)
@@ -445,7 +445,7 @@
   -I../Foundation \
   -I../Geometry \
   -I../../Oem/ACE/ACE_wrappers \
-  -I../../Oem/geos-3.3.5/source/headers \
+  -I../../Oem/geos-3.3.5/include \
   -I../../Oem/dbxml/xerces-c-src/src \
   -I../../Oem/CsMap/Include \
   -I../../Common/CoordinateSystem
@@ -454,7 +454,7 @@
   -lACE \
   -lMgFoundation \
   ../../Oem/CsMap/.libs/libCsmap.a \
-  ../../Oem/geos-3.3.5/source/geom/.libs/libgeos.a
+  ../../Oem/geos-3.3.5/src/.libs/libgeos.a
 
 libMgGeometry_la_LDFLAGS = -release $(PACKAGE_VERSION) \
   -L../../Oem/ACE/ACE_wrappers/ace \



More information about the mapguide-commits mailing list