浏览代码

g.mapset doesn't require raster, display libraries

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@32864 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 17 年之前
父节点
当前提交
2e9b8619c6
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      general/g.mapset/Makefile

+ 2 - 2
general/g.mapset/Makefile

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