diff options
Diffstat (limited to 'vdr-vdrmanager')
-rw-r--r-- | vdr-vdrmanager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr-vdrmanager/Makefile b/vdr-vdrmanager/Makefile index 90941fb..4383dff 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 $@ + $(CXX) -g $(CXXFLAGS) -shared $(OBJS) -o $@ -lz @cp $@ $(LIBDIR)/$@.$(APIVERSION) dist: clean |