[GRASS-SVN] r55012 - grass/trunk/imagery/i.segment

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 12 03:43:41 PST 2013


Author: mmetz
Date: 2013-02-12 03:43:41 -0800 (Tue, 12 Feb 2013)
New Revision: 55012

Modified:
   grass/trunk/imagery/i.segment/Makefile
Log:
i.segment: fix Makefile

Modified: grass/trunk/imagery/i.segment/Makefile
===================================================================
--- grass/trunk/imagery/i.segment/Makefile	2013-02-12 11:18:05 UTC (rev 55011)
+++ grass/trunk/imagery/i.segment/Makefile	2013-02-12 11:43:41 UTC (rev 55012)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = i.segment.xl
+PGM = i.segment
 
 LIBES = $(IMAGERYLIB) $(RASTERLIB) $(SEGMENTLIB) $(GISLIB) $(BTREE2LIB)
 DEPENDENCIES = $(IMAGERYDEP) $(RASTERDEP) $(SEGMENTDEP) $(GISDEP)



More information about the grass-commit mailing list