From cc6c606671aae54bd6c00f22d4a297ffe4c087aa Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 28 Sep 2017 13:19:43 +0100 Subject: [PATCH 3/3] dbus: Actually link versioninfo.o into libdbus It appears this has been wrong ever since the versioninfo machinery was first added in 2009, and nobody noticed until now. Signed-off-by: Simon McVittie --- dbus/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/dbus/Makefile.am b/dbus/Makefile.am index 064d4152..5ee57ac2 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -310,6 +310,7 @@ libdbus_1_la_LDFLAGS = \ -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \ $(SYMBOL_EXPORT_LDFLAGS) \ -no-undefined \ + $(dbus_res_ldflag) \ $(NULL) libdbus_internal_la_LIBADD=$(LIBDBUS_LIBS) libdbus-1.la -- 2.14.2