[GRASS-SVN] r50471 - grass/trunk/vector/v.to.3d

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


Author: martinl
Date: 2012-01-26 06:10:46 -0800 (Thu, 26 Jan 2012)
New Revision: 50471

Modified:
   grass/trunk/vector/v.to.3d/Makefile
Log:
v.to.3d: include VECT_INC


Modified: grass/trunk/vector/v.to.3d/Makefile
===================================================================
--- grass/trunk/vector/v.to.3d/Makefile	2012-01-26 13:57:38 UTC (rev 50470)
+++ grass/trunk/vector/v.to.3d/Makefile	2012-01-26 14:10:46 UTC (rev 50471)
@@ -4,6 +4,7 @@
 
 LIBES = $(VECTORLIB) $(DBMILIB) $(GISLIB)
 DEPENDENCIES = $(VECTORDEP) $(DBMIDEP) $(GISDEP)
+EXTRA_INC = $(VECT_INC)
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make



More information about the grass-commit mailing list