浏览代码

temporal modules: Fixed algebra module names in Makefile

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62641 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 10 年之前
父节点
当前提交
3c547c1183
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      temporal/Makefile

+ 3 - 1
temporal/Makefile

@@ -21,6 +21,7 @@ SUBDIRS = \
 	t.rast.univar \
 	t.rast.list \
 	t.rast.mapcalc \
+	t.rast.algebra \
 	t.rast.neighbors \
 	t.rast.series \
 	t.rast.export \
@@ -31,6 +32,7 @@ SUBDIRS = \
 	t.rast3d.list \
 	t.rast3d.extract \
 	t.rast3d.mapcalc \
+	t.rast3d.algebra \
 	t.rast3d.univar \
 	t.rename \
 	t.select \
@@ -40,7 +42,7 @@ SUBDIRS = \
 	t.vect.db.select \
 	t.vect.export \
 	t.vect.extract \
-	t.vect.mapcalc \
+	t.vect.algebra \
 	t.vect.import \
 	t.vect.what.strds \
 	t.vect.observe.strds \