浏览代码

g.mlist: fix compilation (missing EXTRA_INC)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61030 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父节点
当前提交
c13619760d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      general/g.mlist/Makefile

+ 1 - 0
general/g.mlist/Makefile

@@ -4,6 +4,7 @@ PGM = g.mlist
 
 LIBES = $(MANAGELIB) $(GISLIB) $(RASTERLIB) $(RASTER3DLIB) $(VECTORLIB)
 DEPENDENCIES = $(MANAGEDEP) $(GISDEP) $(RASTERDEP) $(RASTER3DDEP) $(VECTORDEP)
+EXTRA_INC = $(VECT_INC)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make