From adc6103d9a6c622d2aff8f50955702695f48be48 Mon Sep 17 00:00:00 2001 From: Joerg Bornkessel Date: Fri, 2 May 2014 16:00:00 +0200 Subject: added missing variable LIBS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90ebb01..bc86b77 100644 --- a/Makefile +++ b/Makefile @@ -123,7 +123,7 @@ install-i18n: $(I18Nmsgs) ### Targets: $(SOFILE): $(OBJS) - $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@ + $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@ install-lib: $(SOFILE) install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION) -- cgit v1.2.3