[GRASS-SVN] r37992 - grass/trunk/swig/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 20 05:03:30 EDT 2009
Author: martinl
Date: 2009-06-20 05:03:30 -0400 (Sat, 20 Jun 2009)
New Revision: 37992
Modified:
grass/trunk/swig/python/Makefile
Log:
python swig interface fixed (raster.h -> display_raster.h)
Modified: grass/trunk/swig/python/Makefile
===================================================================
--- grass/trunk/swig/python/Makefile 2009-06-20 08:35:48 UTC (rev 37991)
+++ grass/trunk/swig/python/Makefile 2009-06-20 09:03:30 UTC (rev 37992)
@@ -95,7 +95,7 @@
vector_wrap.c: $(GISBASE)/include/grass/vect/dig_defines.h
vector_wrap.c: $(GISBASE)/include/grass/vect/dig_structs.h
display_wrap.c: $(GISBASE)/include/grass/display.h
-display_wrap.c: $(GISBASE)/include/grass/raster.h
+display_wrap.c: $(GISBASE)/include/grass/display_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
More information about the grass-commit
mailing list