From 185008e6ebafcdef03ff5f54bbc806774688d5c8 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 27 Aug 2013 12:23:00 +0100 Subject: [PATCH] tests: fix under-linking --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.4.rc3