[geos-commits] r2850 - in trunk: . examples src
svn_geos at osgeo.org
svn_geos at osgeo.org
Fri Jan 15 21:14:40 EST 2010
Author: mloskot
Date: 2010-01-15 21:14:39 -0500 (Fri, 15 Jan 2010)
New Revision: 2850
Added:
trunk/examples/
Removed:
trunk/src/examples/
Modified:
trunk/examples/Makefile.am
Log:
Moved src/examples out of src directory (#315)
Modified: trunk/examples/Makefile.am
===================================================================
--- trunk/src/examples/Makefile.am 2010-01-14 00:01:10 UTC (rev 2849)
+++ trunk/examples/Makefile.am 2010-01-16 02:14:39 UTC (rev 2850)
@@ -6,7 +6,7 @@
CoordinateSequencesExample \
CustomCoordinateSequenceExample
-LIBS = ../geom/libgeos.la
+LIBS = $(top_srcdir)/src/geom/libgeos.la
# -lmpatrol -lbfd -lintl -liberty -limagehlp
CustomCoordinateSequenceExample_SOURCES = \
More information about the geos-commits
mailing list