[GRASS-SVN] r50473 - grass/trunk/lib/imagery

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Jan 26 09:13:26 EST 2012


Author: martinl
Date: 2012-01-26 06:13:26 -0800 (Thu, 26 Jan 2012)
New Revision: 50473

Modified:
   grass/trunk/lib/imagery/Makefile
Log:
imagerylib: include VECT_INC


Modified: grass/trunk/lib/imagery/Makefile
===================================================================
--- grass/trunk/lib/imagery/Makefile	2012-01-26 14:12:44 UTC (rev 50472)
+++ grass/trunk/lib/imagery/Makefile	2012-01-26 14:13:26 UTC (rev 50473)
@@ -2,6 +2,7 @@
 
 LIB = IMAGERY
 
+EXTRA_INC = $(VECT_INC)
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make



More information about the grass-commit mailing list