[GRASS-SVN] r34215 - grass/branches/develbranch_6/raster/simwe/r.sim.sediment

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 9 19:43:52 EST 2008


Author: helena
Date: 2008-11-09 19:43:52 -0500 (Sun, 09 Nov 2008)
New Revision: 34215

Modified:
   grass/branches/develbranch_6/raster/simwe/r.sim.sediment/Makefile
Log:
simlib added to avoid multiple waterglobs.h files

Modified: grass/branches/develbranch_6/raster/simwe/r.sim.sediment/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/simwe/r.sim.sediment/Makefile	2008-11-10 00:29:28 UTC (rev 34214)
+++ grass/branches/develbranch_6/raster/simwe/r.sim.sediment/Makefile	2008-11-10 00:43:52 UTC (rev 34215)
@@ -9,7 +9,7 @@
 DEPENDENCIES = $(SIMDEP) $(BITMAPDEP) $(LINKMDEP) \
             $(VECTDEP) $(DBMIDEP) $(GISDEP) $(DATETIMEDEP) $(GMATHDEP)
 EXTRA_INC = $(VECT_INC)
-EXTRA_CFLAGS = $(VECT_CFLAGS)
+EXTRA_CFLAGS = -I ../simlib $(VECT_CFLAGS) 
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list