]> granicus.if.org Git - postgis/commitdiff
Ensure local liblwgeom dir is added first to include path in loader/
authorSandro Santilli <strk@keybit.net>
Mon, 6 May 2013 08:30:51 +0000 (08:30 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 6 May 2013 08:30:51 +0000 (08:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11364 b70326c6-7e19-0410-871a-916f4a2858ee

loader/Makefile.in

index 3efb4d7a43d0c0ffa3296d676acadbc22687ee4a..d3204436eb2cf1348af776e78b13346f10676efa 100644 (file)
@@ -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