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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Aug 27 12:43:29 PDT 2014


Author: huhabla
Date: 2014-08-27 12:43:29 -0700 (Wed, 27 Aug 2014)
New Revision: 61760

Modified:
   grass/trunk/lib/python/ctypes/Makefile
Log:
python ctypes: Enable Python wrapper for the temporal C-library

Modified: grass/trunk/lib/python/ctypes/Makefile
===================================================================
--- grass/trunk/lib/python/ctypes/Makefile	2014-08-27 19:42:26 UTC (rev 61759)
+++ grass/trunk/lib/python/ctypes/Makefile	2014-08-27 19:43:29 UTC (rev 61760)
@@ -10,7 +10,7 @@
 DOXINPUT=grasspython.dox
 
 MODULES = date gis raster gmath proj imagery vector rtree display stats \
-	dbmi raster3d arraystats cluster vedit ogsf nviz segment rowio
+	dbmi raster3d arraystats cluster vedit ogsf nviz segment rowio temporal
 
 date_LIBS       = $(DATETIMELIB)
 gis_LIBS        = $(GISLIB)
@@ -31,6 +31,7 @@
 nviz_LIBS       = $(NVIZLIB)
 segment_LIBS	= $(SEGMENTLIB)
 rowio_LIBS	= $(ROWIOLIB)
+temporal_LIBS	= $(TEMPORALLIB)
 
 date_HDRS       = datetime.h defs/datetime.h
 gis_HDRS        = gis.h defs/gis.h
@@ -51,6 +52,7 @@
 nviz_HDRS       = nviz.h defs/nviz.h
 segment_HDRS    = segment.h defs/segment.h
 rowio_HDRS      = rowio.h defs/rowio.h
+temporal_HDRS   = temporal.h
 
 proj_INC        = $(PROJINC)
 vector_INC      = $(VECT_INC) $(VECT_CFLAGS)



More information about the grass-commit mailing list