[geos-commits] r2129 - trunk/source
svn_geos at osgeo.org
svn_geos at osgeo.org
Tue May 20 17:34:43 EDT 2008
Author: mloskot
Date: 2008-05-20 17:34:42 -0400 (Tue, 20 May 2008)
New Revision: 2129
Modified:
trunk/source/dirlist.mk
Log:
Added missing subdirs to source/dirlist.mk
Modified: trunk/source/dirlist.mk
===================================================================
--- trunk/source/dirlist.mk 2008-05-20 21:31:52 UTC (rev 2128)
+++ trunk/source/dirlist.mk 2008-05-20 21:34:42 UTC (rev 2129)
@@ -4,9 +4,11 @@
#
GEOS_DIRLIST = algorithm \
+ algorithm\locate \
examples \
geom \
geom\util \
+ geom\prep \
geomgraph \
geomgraph\index \
headers \
@@ -14,6 +16,7 @@
index \
index\bintree \
index\chain \
+ index\intervalrtree \
index\quadtree \
index\strtree \
index\sweepline \
@@ -32,6 +35,6 @@
planargraph \
planargraph\algorithm \
precision \
- simplify \
+ simplify \
util
More information about the geos-commits
mailing list