소스 검색

fix python swig - rasterlib removed

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@37978 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 년 전
부모
커밋
5d522f39e8
2개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      swig/python/Makefile
  2. 0 1
      swig/python/__init__.py

+ 2 - 2
swig/python/Makefile

@@ -10,7 +10,7 @@ include $(MODULE_TOPDIR)/include/Make/Doxygen.make
 DOXNAME=
 DOXINPUT=grasspython.dox
 
-MODULES = utils date grass math proj imagery vector raster display stats \
+MODULES = utils date grass math proj imagery vector display stats \
 	dbmi g3d arraystats cluster trans vedit
 
 date_LIBS       = $(DATETIMELIB)
@@ -94,8 +94,8 @@ imagery_wrap.c: $(GISBASE)/include/grass/imagery.h
 vector_wrap.c: $(GISBASE)/include/grass/Vect.h
 vector_wrap.c: $(GISBASE)/include/grass/vect/dig_defines.h
 vector_wrap.c: $(GISBASE)/include/grass/vect/dig_structs.h
-raster_wrap.c: $(GISBASE)/include/grass/raster.h
 display_wrap.c: $(GISBASE)/include/grass/display.h
+display_wrap.c: $(GISBASE)/include/grass/raster.h
 stats_wrap.c: $(GISBASE)/include/grass/stats.h
 dbmi_wrap.c: $(GISBASE)/include/grass/dbmi.h
 dbmi_wrap.c: $(GISBASE)/include/grass/proto_dbmi.h

+ 0 - 1
swig/python/__init__.py

@@ -5,6 +5,5 @@ import imagery
 import vector
 import proj
 import stats
-import raster
 import display
 import utils