[GRASS-SVN] r50011 - grass/branches/develbranch_6/lib/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Dec 31 11:04:40 EST 2011


Author: neteler
Date: 2011-12-31 08:04:38 -0800 (Sat, 31 Dec 2011)
New Revision: 50011

Modified:
   grass/branches/develbranch_6/lib/nviz/Makefile
Log:
fixed missing MATHLIB

Modified: grass/branches/develbranch_6/lib/nviz/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/nviz/Makefile	2011-12-31 14:41:27 UTC (rev 50010)
+++ grass/branches/develbranch_6/lib/nviz/Makefile	2011-12-31 16:04:38 UTC (rev 50011)
@@ -2,7 +2,7 @@
 
 LIB_NAME = $(NVIZ_LIBNAME)
 
-EXTRA_LIBS = $(GISLIB) $(BITMAPLIB) $(VECTLIB) $(TIFFLIBPATH) $(TIFFLIB) $(FFMPEGLIBPATH) $(FFMPEGLIB) $(SITESLIB) $(G3DLIB) $(OGSFLIB)
+EXTRA_LIBS = $(GISLIB) $(BITMAPLIB) $(VECTLIB) $(TIFFLIBPATH) $(TIFFLIB) $(FFMPEGLIBPATH) $(FFMPEGLIB) $(SITESLIB) $(G3DLIB) $(OGSFLIB) $(MATHLIB)
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make
 include $(MODULE_TOPDIR)/include/Make/Doxygen.make



More information about the grass-commit mailing list