[GRASS-SVN] r33326 - in grass/branches/develbranch_6: lib vector

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 8 08:13:14 EDT 2008


Author: mlennert
Date: 2008-09-08 08:13:14 -0400 (Mon, 08 Sep 2008)
New Revision: 33326

Modified:
   grass/branches/develbranch_6/lib/Makefile
   grass/branches/develbranch_6/vector/Makefile
Log:
compile libarraystats and v.class by default


Modified: grass/branches/develbranch_6/lib/Makefile
===================================================================
--- grass/branches/develbranch_6/lib/Makefile	2008-09-08 12:12:09 UTC (rev 33325)
+++ grass/branches/develbranch_6/lib/Makefile	2008-09-08 12:13:14 UTC (rev 33326)
@@ -35,6 +35,7 @@
 	init \
 	cdhc \
 	stats \
+	arraystats \
 	python
 
 include $(MODULE_TOPDIR)/include/Make/Platform.make

Modified: grass/branches/develbranch_6/vector/Makefile
===================================================================
--- grass/branches/develbranch_6/vector/Makefile	2008-09-08 12:12:09 UTC (rev 33325)
+++ grass/branches/develbranch_6/vector/Makefile	2008-09-08 12:13:14 UTC (rev 33326)
@@ -6,6 +6,7 @@
 	v.build \
 	v.build.polylines \
 	v.category \
+	v.class \
 	v.clean \
 	v.convert \
 	v.db.connect \



More information about the grass-commit mailing list