summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-08-27 12:23:00 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-10-21 12:22:09 +0100
commita466946c5ef882ff4710c624b2f33b3ff81a5ea9 (patch)
treeb81ed7578a9ef86cf7fb61208bf135956aecf617
parent9cd58adf12ec11069947032c01e8d12fde9d34fd (diff)
downloaddbus-glib-a466946c5ef882ff4710c624b2f33b3ff81a5ea9.tar.gz
tests: fix under-linking
The test for errors uses dbus_set_error() so it should link -ldbus-1. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=68601 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 1e7dbf0..f743891 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -12,6 +12,7 @@ INCLUDES = \
LDADD = \
$(top_builddir)/dbus/libdbus-glib-1.la \
$(DBUS_GLIB_LIBS) \
+ $(DBUS_LIBS) \
$(NULL)
if DBUS_BUILD_TESTS