diff options
| author | Thomas Günther <tom@toms-cafe.de> | 2009-05-24 22:44:48 +0200 |
|---|---|---|
| committer | Thomas Günther <tom@toms-cafe.de> | 2009-05-24 22:44:48 +0200 |
| commit | 69af9d626ced79f681fd53827087e9c31dc776f0 (patch) | |
| tree | b93680bf810a1a214891bb77fd6eae6bd2f6808b | |
| parent | c522a350dd9b8c9ad33c8d6c8a530099034875dc (diff) | |
| download | vdr-plugin-osdteletext-69af9d626ced79f681fd53827087e9c31dc776f0.tar.gz vdr-plugin-osdteletext-69af9d626ced79f681fd53827087e9c31dc776f0.tar.bz2 | |
Removed unnecessary DVBDIR from Makefile
| -rw-r--r-- | HISTORY | 1 | ||||
| -rw-r--r-- | Makefile | 3 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |
