summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Dummer <martin.dummer@gmx.net>2014-06-08 14:00:14 +0200
committerMartin Dummer <martin.dummer@gmx.net>2014-06-08 14:00:14 +0200
commit39fd30eab6af2d328cee6b23fba4ccb08629a8e5 (patch)
tree9ba8db3375b6bfcb9581cd2ef7baff8fa4162b2d /Makefile
parent08aacaf3dbd64fe69d6ccc71036be7a7bead007a (diff)
downloadvdr-plugin-undelete-39fd30eab6af2d328cee6b23fba4ccb08629a8e5.tar.gz
vdr-plugin-undelete-39fd30eab6af2d328cee6b23fba4ccb08629a8e5.tar.bz2
remove conditional code for SVDRP
remove conditional code for HAVE_SVDRP since SVDRP is always included at least since vdr-1.5.7
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index c872830..d39d2d3 100644
--- a/Makefile
+++ b/Makefile
@@ -52,11 +52,6 @@ INCLUDES +=
DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
-### Test SVDRP
-ifeq ($(shell grep -q ReplyCode $(VDRDIR)/plugin.h ; echo $$?),0)
- DEFINES += -DHAVE_SVDRP
-endif
-
### Test Elchi
ifeq ($(shell test -f $(VDRDIR)/theme.h ; echo $$?),0)
DEFINES += -DHAVE_ELCHI