[geos-commits] r2080 - trunk/source/noding

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 21 17:01:18 EST 2007


Author: pramsey
Date: 2007-12-21 17:01:18 -0500 (Fri, 21 Dec 2007)
New Revision: 2080

Modified:
   trunk/source/noding/Makefile.am
Log:
Add files to automake


Modified: trunk/source/noding/Makefile.am
===================================================================
--- trunk/source/noding/Makefile.am	2007-12-21 21:57:17 UTC (rev 2079)
+++ trunk/source/noding/Makefile.am	2007-12-21 22:01:18 UTC (rev 2080)
@@ -6,20 +6,23 @@
 
 libnoding_la_SOURCES = \
 	FastNodingValidator.cpp \
+	FastSegmentSetIntersectionFinder.cpp \
 	IntersectionAdder.cpp \
 	IntersectionFinderAdder.cpp \
 	IteratedNoder.cpp \
 	MCIndexNoder.cpp \
+	MCIndexSegmentSetMutualIntersector.cpp \
+	NodedSegmentString.cpp \
 	NodingValidator.cpp \
+	Octant.cpp \
+	ScaledNoder.cpp \
+	SegmentIntersectionDetector.cpp \
 	SegmentNode.cpp \
 	SegmentNodeList.cpp \
 	SegmentString.cpp \
-	ScaledNoder.cpp \
+	SegmentStringUtil.cpp \
 	SimpleNoder.cpp \
-	SingleInteriorIntersectionFinder.cpp \
-	Octant.cpp
+	SingleInteriorIntersectionFinder.cpp
 
 libnoding_la_LIBADD = snapround/libsnapround.la
 
-
-



More information about the geos-commits mailing list