[GRASS-SVN] r51900 - grass-addons/grass7/imagery/i.segment
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu May 31 04:32:16 PDT 2012
Author: mmetz
Date: 2012-05-31 04:32:14 -0700 (Thu, 31 May 2012)
New Revision: 51900
Modified:
grass-addons/grass7/imagery/i.segment/Makefile
Log:
add libs and deps to Makefile
Modified: grass-addons/grass7/imagery/i.segment/Makefile
===================================================================
--- grass-addons/grass7/imagery/i.segment/Makefile 2012-05-31 11:28:57 UTC (rev 51899)
+++ grass-addons/grass7/imagery/i.segment/Makefile 2012-05-31 11:32:14 UTC (rev 51900)
@@ -2,8 +2,8 @@
PGM = i.segment
-LIBES = $(GISLIB)
-DEPENDENCIES = $(GISDEP)
+LIBES = $(IMAGERYLIB) $(RASTERLIB) $(SEGMENTLIB) $(GISLIB)
+DEPENDENCIES = $(IMAGERYDEP) $(RASTERDEP) $(SEGMENTDEP) $(GISDEP)
include $(MODULE_TOPDIR)/include/Make/Module.make
More information about the grass-commit
mailing list