From: Sandro Santilli Date: Mon, 6 May 2013 08:30:51 +0000 (+0000) Subject: Ensure local liblwgeom dir is added first to include path in loader/ X-Git-Tag: 2.1.0beta2~53 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbe19a6590bbd4d209ffc074c251c31dc4738933;p=postgis Ensure local liblwgeom dir is added first to include path in loader/ git-svn-id: http://svn.osgeo.org/postgis/trunk@11364 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/loader/Makefile.in b/loader/Makefile.in index 3efb4d7a4..d3204436e 100644 --- a/loader/Makefile.in +++ b/loader/Makefile.in @@ -22,7 +22,7 @@ include $(PGXS) # Set CFLAGS afer PGXS, otherwise it will get overwritten with the PGXS # version which is not what we want. CC=@CC@ -CFLAGS=@CFLAGS@ @PICFLAGS@ @WARNFLAGS@ @PROJ_CPPFLAGS@ +CFLAGS=-I ../liblwgeom @CFLAGS@ @PICFLAGS@ @WARNFLAGS@ @PROJ_CPPFLAGS@ top_builddir = @top_builddir@ SHELL = @SHELL@ INSTALL = $(SHELL) ../install-sh