]> granicus.if.org Git - postgis/commitdiff
Added postgis_algo.c build support
authorSandro Santilli <strk@keybit.net>
Tue, 28 Oct 2003 11:16:22 +0000 (11:16 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 28 Oct 2003 11:16:22 +0000 (11:16 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@333 b70326c6-7e19-0410-871a-916f4a2858ee

Makefile

index 9a53eb8df70887f8550acade6b5526f8a71d7a50..6b61be28656102336c0810ff0ac97f5f1dc2d90f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -117,7 +117,7 @@ ifeq ($(USE_GEOS),1)
        GEOS_WRAPPER=postgis_geos_wrapper.o
 endif
 
-OBJS=postgis_debug.o postgis_ops.o postgis_fn.o postgis_inout.o postgis_proj.o postgis_chip.o postgis_transform.o postgis_gist_$(GIST_SUPPORT).o $(GIST_ESTIMATE) postgis_geos.o $(GEOS_WRAPPER)
+OBJS=postgis_debug.o postgis_ops.o postgis_fn.o postgis_inout.o postgis_proj.o postgis_chip.o postgis_transform.o postgis_gist_$(GIST_SUPPORT).o $(GIST_ESTIMATE) postgis_geos.o $(GEOS_WRAPPER) postgis_algo.o
 
 #---------------------------------------------------------------
 # Add libraries that libpq depends (or might depend) on into the