[GRASS-SVN] r42567 - grass/trunk/lib/python/ctypes

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 16 11:13:00 EDT 2010


Author: glynn
Date: 2010-06-16 15:13:00 +0000 (Wed, 16 Jun 2010)
New Revision: 42567

Modified:
   grass/trunk/lib/python/ctypes/Makefile
Log:
Need $(VECT_FLAGS) as well as $(VECT_INC)


Modified: grass/trunk/lib/python/ctypes/Makefile
===================================================================
--- grass/trunk/lib/python/ctypes/Makefile	2010-06-15 16:43:28 UTC (rev 42566)
+++ grass/trunk/lib/python/ctypes/Makefile	2010-06-16 15:13:00 UTC (rev 42567)
@@ -49,8 +49,8 @@
 nviz_HDRS       = nviz.h
 
 proj_INC        = $(PROJINC)
-vector_INC      = $(VECT_INC)
-vedit_INC       = $(VECT_INC)
+vector_INC      = $(VECT_INC) $(VECT_CFLAGS)
+vedit_INC       = $(VECT_INC) $(VECT_CFLAGS)
 
 SED = sed
 CTYPESGEN = ./ctypesgen.py



More information about the grass-commit mailing list