[GRASS-SVN] r37575 - grass/branches/releasebranch_6_4/vector

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 28 14:53:47 EDT 2009


Author: neteler
Date: 2009-05-28 14:53:46 -0400 (Thu, 28 May 2009)
New Revision: 37575

Modified:
   grass/branches/releasebranch_6_4/vector/Makefile
Log:
Fixed makefile to only compile v.label.sa if ft is enabled (merge from develbranch_6)

Modified: grass/branches/releasebranch_6_4/vector/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/vector/Makefile	2009-05-28 18:38:08 UTC (rev 37574)
+++ grass/branches/releasebranch_6_4/vector/Makefile	2009-05-28 18:53:46 UTC (rev 37575)
@@ -89,7 +89,12 @@
     SUBDIRS += $(TCLTKBASED)
 endif
 
+REQUIRESFT = v.label.sa
 
+ifneq ($(strip $(FTLIB)),)
+    SUBDIRS += $(REQUIRESFT)
+endif
+
 OPENDWGBASED = v.in.dwg
 
 #compile if OPENDWG present:



More information about the grass-commit mailing list