[GRASS-SVN] r39390 - grass/trunk/lib/gpde
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Oct 3 16:06:31 EDT 2009
Author: martinl
Date: 2009-10-03 16:06:29 -0400 (Sat, 03 Oct 2009)
New Revision: 39390
Modified:
grass/trunk/lib/gpde/Makefile
Log:
define EXTRA_LIBS
Modified: grass/trunk/lib/gpde/Makefile
===================================================================
--- grass/trunk/lib/gpde/Makefile 2009-10-03 19:05:32 UTC (rev 39389)
+++ grass/trunk/lib/gpde/Makefile 2009-10-03 20:06:29 UTC (rev 39390)
@@ -4,7 +4,8 @@
#EXTRA_CFLAGS=-fopenmp
#EXTRA_LIBS=$(GISLIB) $(G3DLIB) -lgomp $(MATHLIB)
-LIB = GPDE
+EXTRA_LIBS=$(GISLIB) $(RASTERLIB) $(G3DLIB) $(GMATHLIB) $(MATHLIB)
+LIB_NAME = $(GPDE_LIBNAME)
include $(MODULE_TOPDIR)/include/Make/Lib.make
include $(MODULE_TOPDIR)/include/Make/Doxygen.make
More information about the grass-commit
mailing list