From 1d594f09b546d4c74376bd2b4ba63b7fcb1f5c17 Mon Sep 17 00:00:00 2001 From: Sandro Santilli Date: Tue, 28 Oct 2003 11:16:22 +0000 Subject: [PATCH] Added postgis_algo.c build support git-svn-id: http://svn.osgeo.org/postgis/trunk@333 b70326c6-7e19-0410-871a-916f4a2858ee --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9a53eb8df..6b61be286 100644 --- 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 -- 2.40.0