From 82c9cd05cd19a397043db94025c7a80e75386e8a Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Thu, 26 Oct 2006 18:06:07 +0000 Subject: * configure.in, dbus-1.pc.in: Check to see if thread methods are in glibc or libpthread and add -lpthread to the link stage if it is the latter --- dbus/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dbus') diff --git a/dbus/Makefile.am b/dbus/Makefile.am index c1d7bc2a..b8d97783 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -185,7 +185,7 @@ noinst_PROGRAMS=$(TESTS) dbus_test_SOURCES= \ dbus-test-main.c -dbus_test_LDADD=libdbus-convenience.la +dbus_test_LDADD=libdbus-convenience.la $(DBUS_TEST_LIBS) dbus_test_LDFLAGS=@R_DYNAMIC_LDFLAG@ ## mop up the gcov files -- cgit