summaryrefslogtreecommitdiffstats
path: root/dbus-1.pc.in
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-1.pc.in
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-1.pc.in')
-rw-r--r--dbus-1.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus-1.pc.in b/dbus-1.pc.in
index 174d87dd..889f72d5 100644
--- a/dbus-1.pc.in
+++ b/dbus-1.pc.in
@@ -9,6 +9,6 @@ session_bus_services_dir=@EXPANDED_DATADIR@/dbus-1/services
Name: dbus
Description: Free desktop message bus
Version: @VERSION@
-Libs: -L${libdir} -ldbus-1
+Libs: -L${libdir} -ldbus-1 @DBUS_CLIENT_LIBS@
Cflags: -I${includedir}/dbus-1.0 -I${libdir}/dbus-1.0/include