浏览代码

fix Makefile

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49839 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz 13 年之前
父节点
当前提交
24bde1a0af
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      vector/v.rectify/Makefile

+ 2 - 0
vector/v.rectify/Makefile

@@ -4,6 +4,8 @@ PGM = v.rectify
 
 LIBES = $(IMAGERYLIB) $(VECTORLIB) $(GISLIB)
 DEPENDENCIES = $(IMAGERYDEP) $(VECTORDEP) $(GISDEP)
+EXTRA_INC = $(VECT_INC)
+EXTRA_CFLAGS = $(VECT_CFLAGS)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make