summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Makefile b/pages/Makefile
index 46fc0d4..74aa642 100644
--- a/pages/Makefile
+++ b/pages/Makefile
@@ -7,7 +7,7 @@ CXXFLAGS ?= -O2 -Woverloaded-virtual -Wall -fPIC
CXXFLAGS += `tntnet-config --cxxflags`
LDFLAGS += `tntnet-config --libs`
-INCLUDES += -I..
+INCLUDES += -I.. -I$(VDRDIR)/include
### The directory environment:
VDRDIR ?= ../../../..