[GRASS-SVN] r53681 - grass/trunk/general/g.version

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Nov 4 08:24:54 PST 2012


Author: neteler
Date: 2012-11-04 08:24:54 -0800 (Sun, 04 Nov 2012)
New Revision: 53681

Modified:
   grass/trunk/general/g.version/Makefile
Log:
fix for proj/gdal

Modified: grass/trunk/general/g.version/Makefile
===================================================================
--- grass/trunk/general/g.version/Makefile	2012-11-04 15:21:45 UTC (rev 53680)
+++ grass/trunk/general/g.version/Makefile	2012-11-04 16:24:54 UTC (rev 53681)
@@ -5,7 +5,7 @@
 # cat the COPYING file, add a c line-break \n at each line end
 # and remove the unix newline. 
 
-EXTRA_CFLAGS = \
+EXTRA_CFLAGS = $(PROJINC) \
 	-DGRASS_VERSION_NUMBER=\"'$(GRASS_VERSION_NUMBER)'\" \
 	-DGRASS_VERSION_DATE=\"'$(GRASS_VERSION_DATE)'\" \
 	-DGRASS_VERSION_SVN=\"'$(GRASS_VERSION_SVN)'\" \



More information about the grass-commit mailing list