Browse Source

added missing RASTERLIB

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38474 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 years ago
parent
commit
70bff8e174
1 changed files with 2 additions and 2 deletions
  1. 2 2
      display/d.histogram/Makefile

+ 2 - 2
display/d.histogram/Makefile

@@ -2,8 +2,8 @@ MODULE_TOPDIR = ../..
 
 PGM = d.histogram
 
-LIBES     = $(DISPLAYLIB) $(GISLIB)
-DEPENDENCIES= $(DISPLAYDEP) $(GISDEP)
+LIBES     = $(DISPLAYLIB) $(GISLIB) $(RASTERLIB)
+DEPENDENCIES= $(DISPLAYDEP) $(GISDEP) $(RASTERDEP)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make