Browse Source

imagerylib: include VECT_INC

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50473 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
0f46a5c405
1 changed files with 1 additions and 0 deletions
  1. 1 0
      lib/imagery/Makefile

+ 1 - 0
lib/imagery/Makefile

@@ -2,6 +2,7 @@ MODULE_TOPDIR = ../..
 
 LIB = IMAGERY
 
+EXTRA_INC = $(VECT_INC)
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 
 include $(MODULE_TOPDIR)/include/Make/Lib.make