diff options
author | lado <herrlado@gmail.com> | 2011-11-13 01:44:51 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2011-11-13 01:44:51 +0100 |
commit | b23971084ae46db3445992000718187329cbb3ca (patch) | |
tree | bb09367b315c8d8d9e2e295f164f2db0769cd962 /vdr-vdrmanager/Makefile | |
parent | a01b372d79a6758524ba07290aa158478fd1a6b0 (diff) | |
download | vdr-manager-b23971084ae46db3445992000718187329cbb3ca.tar.gz vdr-manager-b23971084ae46db3445992000718187329cbb3ca.tar.bz2 |
build with -lz
Diffstat (limited to 'vdr-vdrmanager/Makefile')
-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 |