diff options
| author | Martin Dummer <martin.dummer@gmx.net> | 2014-06-08 14:00:14 +0200 |
|---|---|---|
| committer | Martin Dummer <martin.dummer@gmx.net> | 2014-06-08 14:00:14 +0200 |
| commit | 39fd30eab6af2d328cee6b23fba4ccb08629a8e5 (patch) | |
| tree | 9ba8db3375b6bfcb9581cd2ef7baff8fa4162b2d /Makefile | |
| parent | 08aacaf3dbd64fe69d6ccc71036be7a7bead007a (diff) | |
| download | vdr-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-- | Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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 |
