[GRASS-SVN] r51670 - grass/trunk/lib/python/ctypes
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed May 23 08:13:20 EDT 2012
Author: mmetz
Date: 2012-05-23 05:13:19 -0700 (Wed, 23 May 2012)
New Revision: 51670
Modified:
grass/trunk/lib/python/ctypes/Makefile
Log:
ctypes use rtree.h
Modified: grass/trunk/lib/python/ctypes/Makefile
===================================================================
--- grass/trunk/lib/python/ctypes/Makefile 2012-05-23 09:39:08 UTC (rev 51669)
+++ grass/trunk/lib/python/ctypes/Makefile 2012-05-23 12:13:19 UTC (rev 51670)
@@ -35,7 +35,7 @@
gmath_HDRS = gmath.h defs/gmath.h
proj_HDRS = gprojects.h defs/gprojects.h
imagery_HDRS = imagery.h defs/imagery.h
-vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h vect/dig_externs.h rtree/index.h
+vector_HDRS = vector.h defs/vector.h vect/dig_structs.h vect/dig_defines.h vect/dig_externs.h rtree.h
display_HDRS = display.h defs/display.h
stats_HDRS = stats.h defs/stats.h
dbmi_HDRS = dbmi.h defs/dbmi.h
More information about the grass-commit
mailing list