[GRASS-SVN] r49839 - grass/trunk/vector/v.rectify

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Dec 19 10:51:52 EST 2011


Author: mmetz
Date: 2011-12-19 07:51:52 -0800 (Mon, 19 Dec 2011)
New Revision: 49839

Modified:
   grass/trunk/vector/v.rectify/Makefile
Log:
fix Makefile

Modified: grass/trunk/vector/v.rectify/Makefile
===================================================================
--- grass/trunk/vector/v.rectify/Makefile	2011-12-19 14:59:00 UTC (rev 49838)
+++ grass/trunk/vector/v.rectify/Makefile	2011-12-19 15:51:52 UTC (rev 49839)
@@ -4,6 +4,8 @@
 
 LIBES = $(IMAGERYLIB) $(VECTORLIB) $(GISLIB)
 DEPENDENCIES = $(IMAGERYDEP) $(VECTORDEP) $(GISDEP)
+EXTRA_INC = $(VECT_INC)
+EXTRA_CFLAGS = $(VECT_CFLAGS)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make
 



More information about the grass-commit mailing list