summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-11-16 14:00:34 +0000
committerworo <woro@e10066b5-e1e2-0310-b819-94efdf66514b>2008-11-16 14:00:34 +0000
commit24bd7f349eb60099067996f12c47ca2e894cd7ba (patch)
tree8c0d2af5f61ccb061b02f6a4f340001ed2e232d9
parent038a876a48c36230d678e103f10c8fcbccfe8af7 (diff)
downloadvdr-plugin-muggle-24bd7f349eb60099067996f12c47ca2e894cd7ba.tar.gz
vdr-plugin-muggle-24bd7f349eb60099067996f12c47ca2e894cd7ba.tar.bz2
Patch from Andreas Brachold: remove obsolete DVBDIR from Makefile
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@1214 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 5ed62cd..ab4a6ab 100644
--- a/Makefile
+++ b/Makefile
@@ -44,8 +44,7 @@ CXXFLAGS ?= -fPIC -O0 -Wall -Wformat=2 -Woverloaded-virtual -Wno-deprecated -g
### The directory environment:
-DVBDIR ?= ../../../../DVB
-VDRDIR ?= ../../../
+VDRDIR ?= ../../..
LIBDIR ?= ../../lib
TMPDIR ?= /tmp
BINDIR ?= /usr/local/bin
@@ -81,7 +80,7 @@ PACKAGE = vdr-$(ARCHIVE)
### Includes and Defines (add further entries here):
-INCLUDES += -I$(VDRDIR) -I$(VDRDIR)/include -I$(DVBDIR)/include \
+INCLUDES += -I$(VDRDIR) -I$(VDRDIR)/include \
$(shell taglib-config --cflags)
DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'