[geos-commits] r2074 - in trunk/source/algorithm: . locate

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Dec 21 16:36:36 EST 2007


Author: pramsey
Date: 2007-12-21 16:36:36 -0500 (Fri, 21 Dec 2007)
New Revision: 2074

Added:
   trunk/source/algorithm/locate/Makefile.am
Modified:
   trunk/source/algorithm/Makefile.am
Log:
Add algorithm/location to automake


Modified: trunk/source/algorithm/Makefile.am
===================================================================
--- trunk/source/algorithm/Makefile.am	2007-12-21 21:31:58 UTC (rev 2073)
+++ trunk/source/algorithm/Makefile.am	2007-12-21 21:36:36 UTC (rev 2074)
@@ -1,4 +1,5 @@
-#SUBDIRS = predicate
+SUBDIRS = \
+	locate
 
 noinst_LTLIBRARIES = libalgorithm.la
 
@@ -27,5 +28,6 @@
 	SimplePointInRing.cpp \
 	SIRtreePointInRing.cpp 
 
-libalgorithm_la_LIBADD = 
+libalgorithm_la_LIBADD =  \
+        location/liblocation.la           
 

Added: trunk/source/algorithm/locate/Makefile.am
===================================================================
--- trunk/source/algorithm/locate/Makefile.am	                        (rev 0)
+++ trunk/source/algorithm/locate/Makefile.am	2007-12-21 21:36:36 UTC (rev 2074)
@@ -0,0 +1,14 @@
+SUBDIRS = 
+
+noinst_LTLIBRARIES = liblocation.la
+
+INCLUDES = -I$(top_srcdir)/source/headers 
+
+liblocation_la_SOURCES = \
+	IndexedPointInAreaLocator.cpp \
+	PointOnGeometryLocator.cpp \
+	SimplePointInAreaLocator.cpp
+
+liblocation_la_LIBADD = 
+
+



More information about the geos-commits mailing list