[GRASS-SVN] r41161 - grass/branches/develbranch_6/swig/python

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Feb 22 10:22:15 EST 2010


Author: neteler
Date: 2010-02-22 10:22:14 -0500 (Mon, 22 Feb 2010)
New Revision: 41161

Modified:
   grass/branches/develbranch_6/swig/python/Makefile
Log:
fix #658

Modified: grass/branches/develbranch_6/swig/python/Makefile
===================================================================
--- grass/branches/develbranch_6/swig/python/Makefile	2010-02-22 15:05:03 UTC (rev 41160)
+++ grass/branches/develbranch_6/swig/python/Makefile	2010-02-22 15:22:14 UTC (rev 41161)
@@ -36,7 +36,7 @@
 
 EXTRA_INC = $(VECT_INC) $(PROJINC) $(GDALCFLAGS) $(GEOSCFLAGS)
 
-EXTRA_SWG = ../include/python/my_typemaps.i ../include/python/common.i
+EXTRA_SWIG = ../include/python/my_typemaps.i ../include/python/common.i
 SWIGFLAGS = $(ARCH_INC) -I../include/python -outdir .
 EXTRA_CFLAGS = $(PYMOD_CFLAGS)
 EXTRA_CLEAN_FILES := $(foreach M,$(MODULES),$(M)_wrap.o $(M)_wrap.c $(M).pyc $(M).py _$(M).so)



More information about the grass-commit mailing list