diff options
Diffstat (limited to 'pages/Makefile')
-rw-r--r-- | pages/Makefile | 2 |
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 ?= ../../../.. |