Browse Source

added missing RASTERLIB

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@38487 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 16 năm trước cách đây
mục cha
commit
7cb238c8dd
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      raster3d/r3.to.rast/Makefile

+ 2 - 2
raster3d/r3.to.rast/Makefile

@@ -2,8 +2,8 @@ MODULE_TOPDIR = ../..
 
 PGM=r3.to.rast
 
-LIBES = $(G3DLIB) $(GISLIB)
-DEPENDENCIES = $(G3DDEP) $(GISDEP)
+LIBES = $(G3DLIB) $(GISLIB) $(RASTERLIB)
+DEPENDENCIES = $(G3DDEP) $(GISDEP) $(RASTERDEP)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make