From: Sandro Santilli Date: Wed, 21 Dec 2011 14:50:15 +0000 (+0000) Subject: Add top-level and postgis/ dirs in include path for building scripts X-Git-Tag: 2.0.0alpha1~386 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=adcb820242d427e72dcb9110e3ee701534ea7bb8;p=postgis Add top-level and postgis/ dirs in include path for building scripts Fixes an error finding sqldefines.h git-svn-id: http://svn.osgeo.org/postgis/trunk@8489 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/raster/rt_pg/Makefile.in b/raster/rt_pg/Makefile.in index 5d4aa605f..5993e8371 100644 --- a/raster/rt_pg/Makefile.in +++ b/raster/rt_pg/Makefile.in @@ -81,7 +81,7 @@ endif # Generate any .sql.in files from .sql.in.c files by running them through the C pre-processor $(SQL_OBJS): %.in: %.in.c - $(CPP) -traditional-cpp $< | grep -v '^#' > $@ + $(CPP) -I../../postgis/ -I../../ -traditional-cpp $< | grep -v '^#' > $@ #remove all create object types since these can't be done cleanly in an upgrade rtpostgis_upgrade.sql: rtpostgis.sql