summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdr-vdrmanager/Makefile2
-rw-r--r--vdr-vdrmanager/helpers.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/vdr-vdrmanager/Makefile b/vdr-vdrmanager/Makefile
index 4383dff..90941fb 100644
--- a/vdr-vdrmanager/Makefile
+++ b/vdr-vdrmanager/Makefile
@@ -67,7 +67,7 @@ $(DEPFILE): Makefile
all: libvdr-$(PLUGIN).so
libvdr-$(PLUGIN).so: $(OBJS)
- $(CXX) -g $(CXXFLAGS) -shared $(OBJS) -o $@ -lz
+ $(CXX) -g $(CXXFLAGS) -shared $(OBJS) -o $@
@cp $@ $(LIBDIR)/$@.$(APIVERSION)
dist: clean
diff --git a/vdr-vdrmanager/helpers.h b/vdr-vdrmanager/helpers.h
index 71c3e6e..2be5fba 100644
--- a/vdr-vdrmanager/helpers.h
+++ b/vdr-vdrmanager/helpers.h
@@ -4,7 +4,7 @@
#include <time.h>
#include <string>
-#include <vdr/epg.h>
+//#include <vdr/epg.h>
#include <zlib.h>
#include <stdexcept>
#include <string>