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

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jun 12 05:42:54 PDT 2012


Author: huhabla
Date: 2012-06-12 05:42:53 -0700 (Tue, 12 Jun 2012)
New Revision: 52047

Modified:
   grass/trunk/lib/python/ctypes/Makefile
Log:
Added segment and rowio library to the ctypes wrapper for the GSoC
project


Modified: grass/trunk/lib/python/ctypes/Makefile
===================================================================
--- grass/trunk/lib/python/ctypes/Makefile	2012-06-12 12:19:29 UTC (rev 52046)
+++ grass/trunk/lib/python/ctypes/Makefile	2012-06-12 12:42:53 UTC (rev 52047)
@@ -10,7 +10,7 @@
 DOXINPUT=grasspython.dox
 
 MODULES = date gis raster gmath proj imagery vector display stats \
-	dbmi raster3d arraystats cluster vedit ogsf nviz
+	dbmi raster3d arraystats cluster vedit ogsf nviz segment rowio
 
 date_LIBS       = $(DATETIMELIB)
 gis_LIBS        = $(GISLIB)
@@ -28,6 +28,8 @@
 vedit_LIBS      = $(VEDITLIB)
 ogsf_LIBS       = $(OGSFLIB)
 nviz_LIBS       = $(NVIZLIB)
+segment_LIBS	= $(SEGMENTLIB)
+rowio_LIBS	= $(ROWIOLIB)
 
 date_HDRS       = datetime.h defs/datetime.h
 gis_HDRS        = gis.h defs/gis.h
@@ -45,6 +47,8 @@
 vedit_HDRS      = vedit.h defs/vedit.h
 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
 
 proj_INC        = $(PROJINC)
 vector_INC      = $(VECT_INC) $(VECT_CFLAGS)



More information about the grass-commit mailing list