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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Feb 4 10:57:11 EST 2009


Author: neteler
Date: 2009-02-04 10:57:11 -0500 (Wed, 04 Feb 2009)
New Revision: 35761

Modified:
   grass/branches/releasebranch_6_4/raster/Makefile
Log:
don't compile (yet) r.li on Windows

Modified: grass/branches/releasebranch_6_4/raster/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/Makefile	2009-02-04 15:56:46 UTC (rev 35760)
+++ grass/branches/releasebranch_6_4/raster/Makefile	2009-02-04 15:57:11 UTC (rev 35761)
@@ -128,6 +128,10 @@
 
 include $(MODULE_TOPDIR)/include/Make/Platform.make
 
+ifneq ($(MINGW),)
+    SUBDIRS += r.li
+endif
+
 #compile if GDAL present:
 ifneq ($(USE_GDAL),)
     SUBDIRS += $(GDALBASED)



More information about the grass-commit mailing list