[GRASS-SVN] r61030 - grass/trunk/general/g.mlist
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 28 09:22:57 PDT 2014
Author: martinl
Date: 2014-06-28 09:22:57 -0700 (Sat, 28 Jun 2014)
New Revision: 61030
Modified:
grass/trunk/general/g.mlist/Makefile
Log:
g.mlist: fix compilation (missing EXTRA_INC)
Modified: grass/trunk/general/g.mlist/Makefile
===================================================================
--- grass/trunk/general/g.mlist/Makefile 2014-06-28 15:25:43 UTC (rev 61029)
+++ grass/trunk/general/g.mlist/Makefile 2014-06-28 16:22:57 UTC (rev 61030)
@@ -4,6 +4,7 @@
LIBES = $(MANAGELIB) $(GISLIB) $(RASTERLIB) $(RASTER3DLIB) $(VECTORLIB)
DEPENDENCIES = $(MANAGEDEP) $(GISDEP) $(RASTERDEP) $(RASTER3DDEP) $(VECTORDEP)
+EXTRA_INC = $(VECT_INC)
include $(MODULE_TOPDIR)/include/Make/Module.make
More information about the grass-commit
mailing list