[GRASS-SVN] r34216 - grass/branches/develbranch_6/raster/simwe/r.sim.water

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 9 19:53:47 EST 2008


Author: helena
Date: 2008-11-09 19:53:47 -0500 (Sun, 09 Nov 2008)
New Revision: 34216

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

Modified: grass/branches/develbranch_6/raster/simwe/r.sim.water/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/simwe/r.sim.water/Makefile	2008-11-10 00:43:52 UTC (rev 34215)
+++ grass/branches/develbranch_6/raster/simwe/r.sim.water/Makefile	2008-11-10 00:53:47 UTC (rev 34216)
@@ -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