[GRASS-SVN] r55543 - grass-addons/grass6/vector/v.in.geoplot
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 27 03:33:05 PDT 2013
Author: neteler
Date: 2013-03-27 03:33:05 -0700 (Wed, 27 Mar 2013)
New Revision: 55543
Modified:
grass-addons/grass6/vector/v.in.geoplot/Makefile
Log:
v.in.geoplot: fix compilation
Modified: grass-addons/grass6/vector/v.in.geoplot/Makefile
===================================================================
--- grass-addons/grass6/vector/v.in.geoplot/Makefile 2013-03-27 10:19:13 UTC (rev 55542)
+++ grass-addons/grass6/vector/v.in.geoplot/Makefile 2013-03-27 10:33:05 UTC (rev 55543)
@@ -2,6 +2,7 @@
PGM = v.in.geoplot
+EXTRA_INC = $(PROJINC)
LIBES = $(GISLIB) $(DATETIMELIB) $(VECTLIB)
EXTRA_CFLAGS = -I../../include
More information about the grass-commit
mailing list