[GRASS-SVN] r54827 - grass/trunk/vector/v.external
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jan 31 11:43:31 PST 2013
Author: mmetz
Date: 2013-01-31 11:43:31 -0800 (Thu, 31 Jan 2013)
New Revision: 54827
Modified:
grass/trunk/vector/v.external/Makefile
Log:
v.external: fix Makefile
Modified: grass/trunk/vector/v.external/Makefile
===================================================================
--- grass/trunk/vector/v.external/Makefile 2013-01-31 16:57:30 UTC (rev 54826)
+++ grass/trunk/vector/v.external/Makefile 2013-01-31 19:43:31 UTC (rev 54827)
@@ -5,7 +5,7 @@
LIBES = $(VECTORLIB) $(GISLIB) $(DBMIBASELIB) $(GPROJLIB) $(GDALLIBS) $(PQLIBPATH) $(PQLIB)
DEPENDENCIES = $(VECTORDEP) $(GISDEP) $(DBMIBASEDEP) $(GPROJDEP)
-EXTRA_INC = $(VECT_INC)
+EXTRA_INC = $(VECT_INC) $(PROJINC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
EXTRA_LDFLAGS = $(PQLIBPATH)
More information about the grass-commit
mailing list