[GRASS-SVN] r61581 - grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 11 01:20:26 PDT 2014


Author: martinl
Date: 2014-08-11 01:20:26 -0700 (Mon, 11 Aug 2014)
New Revision: 61581

Modified:
   grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/Makefile
Log:
fix compilation r.li.dominance on Windows


Modified: grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/Makefile
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/Makefile	2014-08-11 08:17:39 UTC (rev 61580)
+++ grass/branches/releasebranch_6_4/raster/r.li/r.li.dominance/Makefile	2014-08-11 08:20:26 UTC (rev 61581)
@@ -4,7 +4,7 @@
 
 EXTRA_CLEAN_DIRS=doxygenhtml
 
-LIB_NAME      = grass_rli
+LIB_NAME      = grass_rli.$(GRASS_VERSION_NUMBER)
 
 RLI_LIB = -l$(LIB_NAME)
 



More information about the grass-commit mailing list