[GRASS-SVN] r34146 - grass/trunk/raster/simwe/r.sim.sediment

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 2 23:03:47 EST 2008


Author: helena
Date: 2008-11-02 23:03:46 -0500 (Sun, 02 Nov 2008)
New Revision: 34146

Modified:
   grass/trunk/raster/simwe/r.sim.sediment/Makefile
Log:
simlib added to use only simgle waterglobs.h

Modified: grass/trunk/raster/simwe/r.sim.sediment/Makefile
===================================================================
--- grass/trunk/raster/simwe/r.sim.sediment/Makefile	2008-11-03 04:02:57 UTC (rev 34145)
+++ grass/trunk/raster/simwe/r.sim.sediment/Makefile	2008-11-03 04:03:46 UTC (rev 34146)
@@ -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