[GRASS-SVN] r33436 - grass/trunk/general/g.mremove
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Sep 13 19:17:07 EDT 2008
Author: glynn
Date: 2008-09-13 19:17:07 -0400 (Sat, 13 Sep 2008)
New Revision: 33436
Modified:
grass/trunk/general/g.mremove/Makefile
Log:
Add switches for GDAL headers
Modified: grass/trunk/general/g.mremove/Makefile
===================================================================
--- grass/trunk/general/g.mremove/Makefile 2008-09-13 23:02:17 UTC (rev 33435)
+++ grass/trunk/general/g.mremove/Makefile 2008-09-13 23:17:07 UTC (rev 33436)
@@ -4,6 +4,8 @@
LIBES = $(GISLIB) $(VECTLIB) $(G3DLIB)
DEPENDENCIES = $(GISDEP) $(VECTDEP) $(G3DDEP)
+EXTRA_INC = $(VECT_INC)
+EXTRA_CFLAGS = $(VECT_CFLAGS)
include $(MODULE_TOPDIR)/include/Make/Module.make
More information about the grass-commit
mailing list