[GRASS-SVN] r38133 - grass/trunk/raster/r.li/r.li.daemon
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Jun 30 17:09:29 EDT 2009
Author: neteler
Date: 2009-06-30 17:09:28 -0400 (Tue, 30 Jun 2009)
New Revision: 38133
Modified:
grass/trunk/raster/r.li/r.li.daemon/Makefile
Log:
added RASTERLIB/RASTERDEP
Modified: grass/trunk/raster/r.li/r.li.daemon/Makefile
===================================================================
--- grass/trunk/raster/r.li/r.li.daemon/Makefile 2009-06-30 18:50:43 UTC (rev 38132)
+++ grass/trunk/raster/r.li/r.li.daemon/Makefile 2009-06-30 21:09:28 UTC (rev 38133)
@@ -1,11 +1,11 @@
MODULE_TOPDIR = ../../..
-EXTRA_LIBS=$(GISLIB)
+EXTRA_LIBS=$(GISLIB) $(RASTERLIB)
LIB_NAME = grass_rli
PGM = r.li.daemon
-DEPENDENCIES = $(GISDEP)
+DEPENDENCIES = $(GISDEP) $(RASTERDEP)
include $(MODULE_TOPDIR)/include/Make/Lib.make
More information about the grass-commit
mailing list