[GRASS-SVN] r38928 - grass/branches/develbranch_6/lib/gpde

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Aug 30 18:14:55 EDT 2009


Author: neteler
Date: 2009-08-30 18:14:55 -0400 (Sun, 30 Aug 2009)
New Revision: 38928

Modified:
   grass/branches/develbranch_6/lib/gpde/Makefile
Log:
needs GMATHLIB

Modified: grass/branches/develbranch_6/lib/gpde/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/gpde/Makefile	2009-08-30 22:04:54 UTC (rev 38927)
+++ grass/branches/develbranch_6/lib/gpde/Makefile	2009-08-30 22:14:55 UTC (rev 38928)
@@ -4,7 +4,7 @@
 #EXTRA_CFLAGS=-fopenmp
 #EXTRA_LIBS=$(GISLIB) $(G3DLIB) -lgomp $(MATHLIB)
 
-EXTRA_LIBS=$(GISLIB) $(G3DLIB) $(MATHLIB)
+EXTRA_LIBS=$(GISLIB) $(G3DLIB) $(GMATHLIB) $(MATHLIB)
 LIB_NAME = $(GPDE_LIBNAME)
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make



More information about the grass-commit mailing list