From: Sandro Santilli Date: Tue, 28 Oct 2003 11:16:22 +0000 (+0000) Subject: Added postgis_algo.c build support X-Git-Tag: pgis_0_8_0~49 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d594f09b546d4c74376bd2b4ba63b7fcb1f5c17;p=postgis Added postgis_algo.c build support git-svn-id: http://svn.osgeo.org/postgis/trunk@333 b70326c6-7e19-0410-871a-916f4a2858ee --- 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