From 951b6e9f3fdd6ad93943539ef16ef80ba7f85baf Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 28 Aug 2002 14:28:21 +0000 Subject: [PATCH] Added -I{THISDIR} into the iv Makefile. --- src/osgPlugins/iv/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osgPlugins/iv/Makefile b/src/osgPlugins/iv/Makefile index bd8d49f5f..a568488a8 100644 --- a/src/osgPlugins/iv/Makefile +++ b/src/osgPlugins/iv/Makefile @@ -9,6 +9,8 @@ CXXFILES =\ scanner.cpp\ parser.cpp\ +INC += -I$(THISDIR) + LIBS += $(OSG_LIBS) $(OTHER_LIBS) TARGET_BASENAME = iv