[geos-commits] r2260 - trunk/source/headers/geos/geom/util
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue Jan 27 13:10:07 EST 2009
Author: pramsey
Date: 2009-01-27 13:10:06 -0500 (Tue, 27 Jan 2009)
New Revision: 2260
Modified:
trunk/source/headers/geos/geom/util/Makefile.am
Log:
Add GeometryCombiner.h to include dist
Modified: trunk/source/headers/geos/geom/util/Makefile.am
===================================================================
--- trunk/source/headers/geos/geom/util/Makefile.am 2009-01-27 00:18:57 UTC (rev 2259)
+++ trunk/source/headers/geos/geom/util/Makefile.am 2009-01-27 18:10:06 UTC (rev 2260)
@@ -6,13 +6,14 @@
geos_HEADERS = \
ComponentCoordinateExtracter.h \
- CoordinateOperation.h \
- GeometryEditor.h \
- GeometryEditorOperation.h \
- GeometryTransformer.h \
- LinearComponentExtracter.h \
- PointExtracter.h \
- PolygonExtracter.h \
+ CoordinateOperation.h \
+ GeometryCombiner.h \
+ GeometryEditor.h \
+ GeometryEditorOperation.h \
+ GeometryTransformer.h \
+ LinearComponentExtracter.h \
+ PointExtracter.h \
+ PolygonExtracter.h \
ShortCircuitedGeometryVisitor.h
#noinst_HEADERS =
More information about the geos-commits
mailing list