[GRASS-SVN] r57875 - grass/branches/develbranch_6/lib/display

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 30 08:19:51 PDT 2013


Author: neteler
Date: 2013-09-30 08:19:51 -0700 (Mon, 30 Sep 2013)
New Revision: 57875

Modified:
   grass/branches/develbranch_6/lib/display/Makefile
Log:
displaylib: add missing MATHLIB

Modified: grass/branches/develbranch_6/lib/display/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/display/Makefile	2013-09-30 15:19:35 UTC (rev 57874)
+++ grass/branches/develbranch_6/lib/display/Makefile	2013-09-30 15:19:51 UTC (rev 57875)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-EXTRA_LIBS=$(GISLIB) $(RASTERLIB)
+EXTRA_LIBS=$(GISLIB) $(RASTERLIB) $(MATHLIB)
 
 LIB_NAME = $(DISPLAY_LIBNAME)
 



More information about the grass-commit mailing list