summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2012-12-29 15:03:06 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2012-12-29 15:03:06 +0100
commit26e6ba7dd7cedfa2adbae794b7d0a07edb10b308 (patch)
treea2a671d714169945bdf338060d4ff666308fe3f9 /Makefile
parent39a95018b0abb91feb77121b7c84fe4267ce06f9 (diff)
downloadvdr-26e6ba7dd7cedfa2adbae794b7d0a07edb10b308.tar.gz
vdr-26e6ba7dd7cedfa2adbae794b7d0a07edb10b308.tar.bz2
Removed "include" from the DVBDIR setting in the VDR Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b342f55c..1be098b6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
-# $Id: Makefile 2.45 2012/12/29 11:58:32 kls Exp $
+# $Id: Makefile 2.46 2012/12/29 14:53:37 kls Exp $
.DELETE_ON_ERROR:
@@ -49,7 +49,7 @@ PCDIR ?= $(firstword $(subst :, , ${PKG_CONFIG_PATH}:$(shell pkg-config --vari
-include Make.config
ifdef DVBDIR
-CFLAGS += -I$(DVBDIR)/include
+CFLAGS += -I$(DVBDIR)
endif
UP3 = $(if $(findstring "$(LIBDIR)-$(LOCDIR)","$(CWD)/PLUGINS/lib-$(CWD)/locale"),../../../,)