Browse Source

v.to.3d: include VECT_INC

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@50471 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 years ago
parent
commit
1bedbddf0b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      vector/v.to.3d/Makefile

+ 1 - 0
vector/v.to.3d/Makefile

@@ -4,6 +4,7 @@ PGM=v.to.3d
 
 LIBES = $(VECTORLIB) $(DBMILIB) $(GISLIB)
 DEPENDENCIES = $(VECTORDEP) $(DBMIDEP) $(GISDEP)
+EXTRA_INC = $(VECT_INC)
 EXTRA_CFLAGS = $(VECT_CFLAGS)
 
 include $(MODULE_TOPDIR)/include/Make/Module.make