[GRASS-SVN] r38499 - grass/trunk/general/g.remove

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Jul 20 15:02:28 EDT 2009


Author: neteler
Date: 2009-07-20 15:02:27 -0400 (Mon, 20 Jul 2009)
New Revision: 38499

Modified:
   grass/trunk/general/g.remove/Makefile
Log:
Makefile fix

Modified: grass/trunk/general/g.remove/Makefile
===================================================================
--- grass/trunk/general/g.remove/Makefile	2009-07-20 19:01:25 UTC (rev 38498)
+++ grass/trunk/general/g.remove/Makefile	2009-07-20 19:02:27 UTC (rev 38499)
@@ -5,8 +5,8 @@
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 
-LIBES = $(MANAGELIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(G3DLIB)
-DEPENDENCIES = $(GISDEP) $(VECTDEP) $(DBMIDEP) $(MANAGEDEP) $(G3DDEP)
+LIBES = $(MANAGELIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(RASTERLIB) $(G3DLIB)
+DEPENDENCIES = $(GISDEP) $(VECTDEP) $(DBMIDEP) $(MANAGEDEP) $(RASTERDEP) $(G3DDEP)
 
 default: cmd
 



More information about the grass-commit mailing list