[GRASS-SVN] r38529 - grass/branches/releasebranch_6_4/swig/python

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 28 11:28:10 EDT 2009


Author: mlennert
Date: 2009-07-28 11:28:09 -0400 (Tue, 28 Jul 2009)
New Revision: 38529

Modified:
   grass/branches/releasebranch_6_4/swig/python/Makefile
Log:
vector_wrap_c_FLAGS and proj_wrap_c_FLAGS aren't used in grass6


Modified: grass/branches/releasebranch_6_4/swig/python/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/swig/python/Makefile	2009-07-28 10:49:09 UTC (rev 38528)
+++ grass/branches/releasebranch_6_4/swig/python/Makefile	2009-07-28 15:28:09 UTC (rev 38529)
@@ -28,8 +28,7 @@
 trans_LIBS      = $(TRANSLIB)
 vedit_LIBS      = $(VEDITLIB)
 
-vector_wrap_c_FLAGS = $(VECT_INC)
-proj_wrap_c_FLAGS = $(PROJINC) $(GDALCFLAGS)
+EXTRA_INC = $(VECT_INC) $(PROJINC) $(GDALCFLAGS)
 
 EXTRA_SWIG = ../include/python/my_typemaps.i ../include/python/common.i
 SWIGFLAGS = $(ARCH_INC) -I../include/python -outdir .



More information about the grass-commit mailing list