[GRASS-SVN] r46171 - grass/branches/develbranch_6/lib/python/ctypes

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 3 13:39:16 EDT 2011


Author: martinl
Date: 2011-05-03 10:39:16 -0700 (Tue, 03 May 2011)
New Revision: 46171

Modified:
   grass/branches/develbranch_6/lib/python/ctypes/Makefile
Log:
ctypes: fix Makefile (grass->gis)


Modified: grass/branches/develbranch_6/lib/python/ctypes/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/python/ctypes/Makefile	2011-05-03 16:23:10 UTC (rev 46170)
+++ grass/branches/develbranch_6/lib/python/ctypes/Makefile	2011-05-03 17:39:16 UTC (rev 46171)
@@ -14,7 +14,7 @@
 	dbmi g3d arraystats cluster trans vedit ogsf nviz
 
 date_LIBS       = -l$(DATETIME_LIBNAME)
-grass_LIBS      = -l$(GIS_LIBNAME)
+gis_LIBS        = -l$(GIS_LIBNAME)
 gmath_LIBS      = -l$(GMATH_LIBNAME)
 proj_LIBS       = -l$(GPROJ_LIBNAME) -l$(GIS_LIBNAME)
 imagery_LIBS    = -l$(IMAGERY_LIBNAME)



More information about the grass-commit mailing list