浏览代码

i.segment: fix Makefile

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55012 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 12 年之前
父节点
当前提交
68e5c7cf07
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)