[GRASS-SVN] r46172 - grass/branches/releasebranch_6_4/lib/python/ctypes

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 3 13:45:32 EDT 2011


Author: martinl
Date: 2011-05-03 10:45:32 -0700 (Tue, 03 May 2011)
New Revision: 46172

Modified:
   grass/branches/releasebranch_6_4/lib/python/ctypes/Makefile
Log:
ctypes: fix Makefile (grass->gis)
	(merge r46171 from trunk)


Modified: grass/branches/releasebranch_6_4/lib/python/ctypes/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/lib/python/ctypes/Makefile	2011-05-03 17:39:16 UTC (rev 46171)
+++ grass/branches/releasebranch_6_4/lib/python/ctypes/Makefile	2011-05-03 17:45:32 UTC (rev 46172)
@@ -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