git-svn-id: https://svn.osgeo.org/grass/grass/trunk@43301 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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
@@ -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)