[GRASS-SVN] r61153 - grass/branches/releasebranch_6_4/raster

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jul 4 04:23:59 PDT 2014


Author: martinl
Date: 2014-07-04 04:23:59 -0700 (Fri, 04 Jul 2014)
New Revision: 61153

Modified:
   grass/branches/releasebranch_6_4/raster/Makefile
Log:
enable r.li modules also on Windows

Modified: grass/branches/releasebranch_6_4/raster/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/Makefile	2014-07-04 10:32:10 UTC (rev 61152)
+++ grass/branches/releasebranch_6_4/raster/Makefile	2014-07-04 11:23:59 UTC (rev 61153)
@@ -41,6 +41,7 @@
 	r.kappa \
 	r.lake \
 	r.le \
+	r.li \
 	r.los \
 	r.mapcalc \
 	r.median \
@@ -129,10 +130,6 @@
 
 include $(MODULE_TOPDIR)/include/Make/Platform.make
 
-ifndef MINGW
-    SUBDIRS += r.li
-endif
-
 #compile if GDAL present:
 ifneq ($(USE_GDAL),)
     SUBDIRS += $(GDALBASED)



More information about the grass-commit mailing list