[GRASS-SVN] r50700 - grass/branches/develbranch_6/raster/r.le

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Feb 7 05:43:10 EST 2012


Author: hamish
Date: 2012-02-07 02:43:10 -0800 (Tue, 07 Feb 2012)
New Revision: 50700

Modified:
   grass/branches/develbranch_6/raster/r.le/Makefile
Log:
USE_X11 req's Platform.make

Modified: grass/branches/develbranch_6/raster/r.le/Makefile
===================================================================
--- grass/branches/develbranch_6/raster/r.le/Makefile	2012-02-07 10:30:25 UTC (rev 50699)
+++ grass/branches/develbranch_6/raster/r.le/Makefile	2012-02-07 10:43:10 UTC (rev 50700)
@@ -8,11 +8,15 @@
 
 XMONBASED = r.le.setup r.le.trace
 
+
+include $(MODULE_TOPDIR)/include/Make/Platform.make
+
 #compile if interactive Xmons are present:
 ifneq ($(USE_X11),)
     SUBDIRS += $(XMONBASED)
 endif
 
+
 include $(MODULE_TOPDIR)/include/Make/Dir.make
 
 default: parsubdirs



More information about the grass-commit mailing list