浏览代码

python ctypes: Enable Python wrapper for the temporal C-library

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61760 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 10 年之前
父节点
当前提交
f0f205d7d7
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      lib/python/ctypes/Makefile

+ 3 - 1
lib/python/ctypes/Makefile

@@ -10,7 +10,7 @@ DOXNAME=
 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 @@ ogsf_LIBS       = $(OGSFLIB)
 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 @@ ogsf_HDRS       = ogsf.h defs/ogsf.h
 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)