From: Paul Ramsey Date: Wed, 12 Feb 2003 21:03:49 +0000 (+0000) Subject: Fixed bug with 7.1 build relating to postgis_estimate. X-Git-Tag: pgis_0_7_4~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=653a19eebebc07b6e0025890553715ead6b726e3;p=postgis Fixed bug with 7.1 build relating to postgis_estimate. git-svn-id: http://svn.osgeo.org/postgis/trunk@239 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Makefile b/Makefile index 38003d5fb..4dc733734 100644 --- a/Makefile +++ b/Makefile @@ -80,11 +80,13 @@ endif # ifeq ($(USE_VERSION),71) GIST_SUPPORT=71 + GIST_ESTIMATE= else GIST_SUPPORT=72 + GIST_ESTIMATE=postgis_estimate.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 postgis_estimate.o +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) #--------------------------------------------------------------- # Add libraries that libpq depends (or might depend) on into the