[GRASS-SVN] r43358 - grass/branches/releasebranch_6_4/lib/gmath
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Aug 31 02:09:17 EDT 2010
Author: hamish
Date: 2010-08-31 06:09:17 +0000 (Tue, 31 Aug 2010)
New Revision: 43358
Modified:
grass/branches/releasebranch_6_4/lib/gmath/Makefile
Log:
Glynn: Add missing $(MATHLIB) (merge r43160 from devbr6)
Modified: grass/branches/releasebranch_6_4/lib/gmath/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/lib/gmath/Makefile 2010-08-31 05:59:14 UTC (rev 43357)
+++ grass/branches/releasebranch_6_4/lib/gmath/Makefile 2010-08-31 06:09:17 UTC (rev 43358)
@@ -1,6 +1,6 @@
MODULE_TOPDIR = ../..
-EXTRA_LIBS=$(GISLIB) $(FFTWLIB) $(LAPACKLIB) $(BLASLIB)
+EXTRA_LIBS=$(GISLIB) $(FFTWLIB) $(LAPACKLIB) $(BLASLIB) $(MATHLIB)
EXTRA_CFLAGS = $(FFTWINC) $(PICFLAGS)
More information about the grass-commit
mailing list