[GRASS-SVN] r66498 - grass-addons/grass7/imagery/i.spec.sam

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Oct 15 02:19:56 PDT 2015


Author: ychemin
Date: 2015-10-15 02:19:56 -0700 (Thu, 15 Oct 2015)
New Revision: 66498

Modified:
   grass-addons/grass7/imagery/i.spec.sam/Makefile
   grass-addons/grass7/imagery/i.spec.sam/global.h
Log:
removed Meschach linking

Modified: grass-addons/grass7/imagery/i.spec.sam/Makefile
===================================================================
--- grass-addons/grass7/imagery/i.spec.sam/Makefile	2015-10-15 02:40:10 UTC (rev 66497)
+++ grass-addons/grass7/imagery/i.spec.sam/Makefile	2015-10-15 09:19:56 UTC (rev 66498)
@@ -2,11 +2,9 @@
 
 PGM = i.spec.sam
 
-LIBES     = $(IMAGERYLIB) $(GMATHLIB) $(RASTERLIB) $(GISLIB) -lmeschach
+LIBES     = $(IMAGERYLIB) $(GMATHLIB) $(RASTERLIB) $(GISLIB)
 DEPENDENCIES= $(IMAGERYDEP) $(GMATHDEP) $(RASTERDEP) $(GISDEP)
 
-EXTRA_INC =  -I/usr/include/meschach
-
 include $(MODULE_TOPDIR)/include/Make/Module.make
 
 default: cmd

Modified: grass-addons/grass7/imagery/i.spec.sam/global.h
===================================================================
--- grass-addons/grass7/imagery/i.spec.sam/global.h	2015-10-15 02:40:10 UTC (rev 66497)
+++ grass-addons/grass7/imagery/i.spec.sam/global.h	2015-10-15 09:19:56 UTC (rev 66498)
@@ -5,6 +5,7 @@
 #include <grass/config.h>
 #include <grass/gis.h>
 #include <grass/gmath.h>
+#include <grass/la.h>
 
 #ifndef GLOBAL
 #define GLOBAL extern



More information about the grass-commit mailing list