[GRASS-SVN] r33438 - grass/branches/develbranch_6/general/g.mremove

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Sep 14 01:45:59 EDT 2008


Author: neteler
Date: 2008-09-14 01:45:59 -0400 (Sun, 14 Sep 2008)
New Revision: 33438

Modified:
   grass/branches/develbranch_6/general/g.mremove/Makefile
Log:
backported r33436

Modified: grass/branches/develbranch_6/general/g.mremove/Makefile
===================================================================
--- grass/branches/develbranch_6/general/g.mremove/Makefile	2008-09-14 02:40:49 UTC (rev 33437)
+++ grass/branches/develbranch_6/general/g.mremove/Makefile	2008-09-14 05:45:59 UTC (rev 33438)
@@ -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