Explorar o código

fix Makefile

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49839 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Metz %!s(int64=13) %!d(string=hai) anos
pai
achega
24bde1a0af
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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