diff options
author | Christian Wieninger <cwieninger@gmx.de> | 2012-03-04 09:44:19 +0100 |
---|---|---|
committer | Christian Wieninger <cwieninger@gmx.de> | 2012-03-04 09:44:19 +0100 |
commit | 15d08ffb09de612ae1eb53b2aeca2f906f7076a6 (patch) | |
tree | dc29b55b0d8d6a8263f166c02b52f2536304723c /Makefile | |
parent | 1c2297c7550cfe34902efa3c4d9fe1cc196658d2 (diff) | |
download | vdr-plugin-epgsearch-15d08ffb09de612ae1eb53b2aeca2f906f7076a6.tar.gz vdr-plugin-epgsearch-15d08ffb09de612ae1eb53b2aeca2f906f7076a6.tar.bz2 |
support for vdr 1.7.25
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ CXXFLAGS ?= -g -O2 -Wall -Woverloaded-virtual -Wno-parentheses -Wno-format-y2k ### The directory environment: -DVBDIR = ../../../../DVB +#DVBDIR = ../../../../DVB VDRDIR = ../../.. LIBDIR = ../../lib TMPDIR = /tmp |