浏览代码

display lib not needed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43301 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 14 年之前
父节点
当前提交
04ee638442
共有 2 个文件被更改,包括 2 次插入3 次删除
  1. 2 2
      misc/m.measure/Makefile
  2. 0 1
      misc/m.measure/main.c

+ 2 - 2
misc/m.measure/Makefile

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

+ 0 - 1
misc/m.measure/main.c

@@ -25,7 +25,6 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <grass/gis.h>
-#include <grass/display.h>
 #include <grass/glocale.h>
 
 int main(int argc, char **argv)