[GRASS-SVN] r54092 - grass/trunk/general/g.version
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 28 09:46:23 PST 2012
Author: martinl
Date: 2012-11-28 09:46:22 -0800 (Wed, 28 Nov 2012)
New Revision: 54092
Modified:
grass/trunk/general/g.version/Makefile
Log:
g.version: add missing LIBES
Modified: grass/trunk/general/g.version/Makefile
===================================================================
--- grass/trunk/general/g.version/Makefile 2012-11-28 16:51:25 UTC (rev 54091)
+++ grass/trunk/general/g.version/Makefile 2012-11-28 17:46:22 UTC (rev 54092)
@@ -11,7 +11,7 @@
-DGRASS_VERSION_SVN=\"'$(GRASS_VERSION_SVN)'\" \
-DGRASS_VERSION_UPDATE_PKG=\"'$(GRASS_VERSION_UPDATE_PKG)'\"
-LIBES = $(GISLIB)
+LIBES = $(GISLIB) $(GEOSLIBS) $(GDALLIBS)
DEPENDENCIES = $(GISDEP)
include $(MODULE_TOPDIR)/include/Make/Module.make
More information about the grass-commit
mailing list