summaryrefslogtreecommitdiffstats
path: root/dbus/Makefile.am
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-10-26 18:06:07 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-10-26 18:06:07 +0000
commit82c9cd05cd19a397043db94025c7a80e75386e8a (patch)
treebcca99054997670fb765ae6d9ca815f150dd1e07 /dbus/Makefile.am
parentf17c060c7234cec9df8ce90628db299d3dd9c4b9 (diff)
* 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
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r--dbus/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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