[GRASS-SVN] r43160 - grass/branches/develbranch_6/lib/gmath

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 18 15:33:54 EDT 2010


Author: glynn
Date: 2010-08-18 19:33:54 +0000 (Wed, 18 Aug 2010)
New Revision: 43160

Modified:
   grass/branches/develbranch_6/lib/gmath/Makefile
Log:
Add missing $(MATHLIB)


Modified: grass/branches/develbranch_6/lib/gmath/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/gmath/Makefile	2010-08-18 17:49:49 UTC (rev 43159)
+++ grass/branches/develbranch_6/lib/gmath/Makefile	2010-08-18 19:33:54 UTC (rev 43160)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-EXTRA_LIBS=$(GISLIB) $(FFTWLIB) $(LAPACKLIB) $(BLASLIB) $(CCMATHLIB)
+EXTRA_LIBS=$(GISLIB) $(FFTWLIB) $(LAPACKLIB) $(BLASLIB) $(CCMATHLIB) $(MATHLIB)
 
 EXTRA_CFLAGS = $(FFTWINC) $(PICFLAGS)
 



More information about the grass-commit mailing list