From 4ce5007a1e19ac4491cac6a535baed495abadb9e Mon Sep 17 00:00:00 2001 From: lado Date: Thu, 2 Jan 2014 21:06:08 +0100 Subject: -lz added --- vdr-vdrmanager/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vdr-vdrmanager/Makefile b/vdr-vdrmanager/Makefile index c43fa6a..e63dc13 100644 --- a/vdr-vdrmanager/Makefile +++ b/vdr-vdrmanager/Makefile @@ -96,7 +96,7 @@ install-i18n: $(I18Nmsgs) ### Targets: $(SOFILE): $(OBJS) - $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@ + $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@ -lz install-lib: $(SOFILE) install -D $^ $(LIBDIR)/$^.$(APIVERSION) -- cgit v1.2.3