[GRASS-SVN] r37944 - grass/trunk/swig/python
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 19 04:11:48 EDT 2009
Author: glynn
Date: 2009-06-19 04:11:48 -0400 (Fri, 19 Jun 2009)
New Revision: 37944
Modified:
grass/trunk/swig/python/Makefile
Log:
Add $(VECT_CFLAGS) to $(vector_wrap_c_FLAGS)
Modified: grass/trunk/swig/python/Makefile
===================================================================
--- grass/trunk/swig/python/Makefile 2009-06-19 08:09:19 UTC (rev 37943)
+++ grass/trunk/swig/python/Makefile 2009-06-19 08:11:48 UTC (rev 37944)
@@ -29,7 +29,7 @@
trans_LIBS = $(TRANSLIB)
vedit_LIBS = $(VEDITLIB)
-vector_wrap_c_FLAGS = $(VECT_INC)
+vector_wrap_c_FLAGS = $(VECT_INC) $(VECT_CFLAGS)
proj_wrap_c_FLAGS = $(PROJINC) $(GDALCFLAGS)
EXTRA_SWIG = ../include/python/my_typemaps.i ../include/python/common.i
More information about the grass-commit
mailing list