Browse Source

i.segment: fix Makefile

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55012 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 years ago
parent
commit
68e5c7cf07
1 changed files with 1 additions and 1 deletions
  1. 1 1
      imagery/i.segment/Makefile

+ 1 - 1
imagery/i.segment/Makefile

@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = i.segment.xl
+PGM = i.segment
 
 LIBES = $(IMAGERYLIB) $(RASTERLIB) $(SEGMENTLIB) $(GISLIB) $(BTREE2LIB)
 DEPENDENCIES = $(IMAGERYDEP) $(RASTERDEP) $(SEGMENTDEP) $(GISDEP)