瀏覽代碼

fix compilation to new name of functions module

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@53986 15284696-431f-4ddb-bdfa-cd5b030d7da7
Luca Delucchi 12 年之前
父節點
當前提交
baa2e246a6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/python/pygrass/Makefile

+ 1 - 1
lib/python/pygrass/Makefile

@@ -8,7 +8,7 @@ PYDIR = $(ETC)/python
 GDIR = $(PYDIR)/grass
 GDIR = $(PYDIR)/grass
 DSTDIR = $(GDIR)/pygrass
 DSTDIR = $(GDIR)/pygrass
 
 
-MODULES = errors env orderdict region
+MODULES = errors functions orderdict region
 
 
 CLEAN_SUBDIRS = modules raster vector tests
 CLEAN_SUBDIRS = modules raster vector tests