From fa47d6df0902d3ac1e4f326be4f2e578fd0f5f19 Mon Sep 17 00:00:00 2001 From: anbr Date: Sat, 19 Oct 2013 16:16:43 +0200 Subject: Change linker binding orders --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2dc9f9f..fc165e9 100644 --- a/Makefile +++ b/Makefile @@ -111,7 +111,7 @@ install-i18n: $(I18Nmsgs) ### Targets: $(SOFILE): $(OBJS) - $(CXX) $(CXXFLAGS) $(LDFLAGS) $(LIBS) -shared $(OBJS) -o $@ + $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@ install-lib: $(SOFILE) install -D $^ $(LIBDIR)/$^.$(APIVERSION) -- cgit v1.2.3