[geos-commits] r2098 - trunk/source/algorithm

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 21 18:26:29 EST 2007


Author: mloskot
Date: 2007-12-21 18:26:29 -0500 (Fri, 21 Dec 2007)
New Revision: 2098

Modified:
   trunk/source/algorithm/Makefile.am
Log:
Added comment about deprecated translation units in source/algorithm.

Modified: trunk/source/algorithm/Makefile.am
===================================================================
--- trunk/source/algorithm/Makefile.am	2007-12-21 23:26:00 UTC (rev 2097)
+++ trunk/source/algorithm/Makefile.am	2007-12-21 23:26:29 UTC (rev 2098)
@@ -25,6 +25,11 @@
 	SimplePointInRing.cpp \
 	SIRtreePointInRing.cpp 
 
+# Deprecated files
+# (http://geos.refractions.net/pipermail/geos-devel/2006-March/001828.html):
+#NonRobustLineIntersector.cpp
+#RobustLineIntersector.cpp
+
 libalgorithm_la_LIBADD =  \
         locate/liblocation.la           
 



More information about the geos-commits mailing list