소스 검색

added missing RASTERLIB

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38474 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 년 전
부모
커밋
70bff8e174
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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