[GRASS-SVN] r50900 - grass/branches/releasebranch_6_4/lib/nviz

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 20 06:40:37 EST 2012


Author: neteler
Date: 2012-02-20 03:40:37 -0800 (Mon, 20 Feb 2012)
New Revision: 50900

Modified:
   grass/branches/releasebranch_6_4/lib/nviz/Makefile
Log:
mathlib fix

Modified: grass/branches/releasebranch_6_4/lib/nviz/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/lib/nviz/Makefile	2012-02-20 10:19:13 UTC (rev 50899)
+++ grass/branches/releasebranch_6_4/lib/nviz/Makefile	2012-02-20 11:40:37 UTC (rev 50900)
@@ -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