dbus: Actually link versioninfo.o into libdbus
authorSimon McVittie <smcv@collabora.com>
Thu, 28 Sep 2017 12:19:43 +0000 (13:19 +0100)
committerRalf Habacker <ralf.habacker@freenet.de>
Thu, 28 Sep 2017 14:54:36 +0000 (16:54 +0200)
It appears this has been wrong ever since the versioninfo machinery
was first added in 2009, and nobody noticed until now.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=103015
Signed-off-by: Simon McVittie <smcv@collabora.com>
Reviewed-by: Philip Withnall <withnall@endlessm.com>
dbus/Makefile.am

index 064d415..5ee57ac 100644 (file)
@@ -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