[GRASS-SVN] r57874 - grass/branches/releasebranch_6_4/lib/display
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Sep 30 08:19:35 PDT 2013
Author: neteler
Date: 2013-09-30 08:19:35 -0700 (Mon, 30 Sep 2013)
New Revision: 57874
Modified:
grass/branches/releasebranch_6_4/lib/display/Makefile
Log:
displaylib: add missing MATHLIB
Modified: grass/branches/releasebranch_6_4/lib/display/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/lib/display/Makefile 2013-09-30 15:16:24 UTC (rev 57873)
+++ grass/branches/releasebranch_6_4/lib/display/Makefile 2013-09-30 15:19:35 UTC (rev 57874)
@@ -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