summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Günther <tom@toms-cafe.de>2009-05-24 22:44:48 +0200
committerThomas Günther <tom@toms-cafe.de>2009-05-24 22:44:48 +0200
commit69af9d626ced79f681fd53827087e9c31dc776f0 (patch)
treeb93680bf810a1a214891bb77fd6eae6bd2f6808b
parentc522a350dd9b8c9ad33c8d6c8a530099034875dc (diff)
downloadvdr-plugin-osdteletext-69af9d626ced79f681fd53827087e9c31dc776f0.tar.gz
vdr-plugin-osdteletext-69af9d626ced79f681fd53827087e9c31dc776f0.tar.bz2
Removed unnecessary DVBDIR from Makefile
-rw-r--r--HISTORY1
-rw-r--r--Makefile3
2 files changed, 2 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index eaed041..f961911 100644
--- a/HISTORY
+++ b/HISTORY
@@ -10,6 +10,7 @@ VDR Plugin 'osdteletext' Revision History
- Updated Italian translation provided by Diego Pierotto (Closes #60)
- Fixed problems with VDR >= 1.7.3 (not all teletext pages accessible,
4 GByte VTX files)
+- Removed unnecessary DVBDIR from Makefile
2009-01-10: version 0.8.1
- Small bugfix in channel switching code
diff --git a/Makefile b/Makefile
index aed4386..d80c29a 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,6 @@ CXXFLAGS = -O$(OPTLEVEL) -g -Wall -Woverloaded-virtual -fPIC -DPIC
### The directory environment:
-DVBDIR = ../../../../DVB
VDRDIR = ../../..
LIBDIR = ../../lib
TMPDIR = /tmp
@@ -40,7 +39,7 @@ PACKAGE = vdr-$(ARCHIVE)
### Includes and Defines (add further entries here):
-INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include
+INCLUDES += -I$(VDRDIR)/include
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' -D_GNU_SOURCE