[GRASS-SVN] r38927 - grass/branches/develbranch_6/lib/external/ccmath

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 30 18:04:54 EDT 2009


Author: neteler
Date: 2009-08-30 18:04:54 -0400 (Sun, 30 Aug 2009)
New Revision: 38927

Modified:
   grass/branches/develbranch_6/lib/external/ccmath/Makefile
Log:
needs MATHLIB

Modified: grass/branches/develbranch_6/lib/external/ccmath/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/external/ccmath/Makefile	2009-08-30 21:34:01 UTC (rev 38926)
+++ grass/branches/develbranch_6/lib/external/ccmath/Makefile	2009-08-30 22:04:54 UTC (rev 38927)
@@ -1,6 +1,8 @@
 MODULE_TOPDIR = ../../..
 
+EXTRA_LIBS=$(MATHLIB)
 LIB_NAME = $(CCMATH_LIBNAME)
+
 include $(MODULE_TOPDIR)/include/Make/Lib.make
 
 default: $(ARCH_INCDIR)/ccmath_grass.h



More information about the grass-commit mailing list