[GRASS-SVN] r38486 - grass/trunk/display/d.vect
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jul 20 11:38:40 EDT 2009
Author: neteler
Date: 2009-07-20 11:38:39 -0400 (Mon, 20 Jul 2009)
New Revision: 38486
Modified:
grass/trunk/display/d.vect/Makefile
Log:
added missing RASTERLIB
Modified: grass/trunk/display/d.vect/Makefile
===================================================================
--- grass/trunk/display/d.vect/Makefile 2009-07-20 15:38:39 UTC (rev 38485)
+++ grass/trunk/display/d.vect/Makefile 2009-07-20 15:38:39 UTC (rev 38486)
@@ -3,8 +3,9 @@
PGM = d.vect
-LIBES = $(DISPLAYLIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(SYMBLIB)
-DEPENDENCIES = $(DISPLAYDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP) $(SYMBDEP)
+LIBES = $(DISPLAYLIB) $(VECTLIB) $(DBMILIB) $(GISLIB) $(RASTERLIB) $(SYMBLIB)
+DEPENDENCIES = $(DISPLAYDEP) $(VECTDEP) $(DBMIDEP) $(GISDEP) $(RASTERDEP) $(SYMBDEP)
+
EXTRA_INC = $(VECT_INC)
EXTRA_CFLAGS = $(VECT_CFLAGS)
More information about the grass-commit
mailing list