dbus/dbus Makefile.am,1.86,1.87
John Palmieri
johnp at kemper.freedesktop.org
Thu Oct 26 11:06:09 PDT 2006
Update of /cvs/dbus/dbus/dbus
In directory kemper:/tmp/cvs-serv18224/dbus
Modified Files:
Makefile.am
Log Message:
* 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
Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/dbus/Makefile.am,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- Makefile.am 25 Oct 2006 16:42:37 -0000 1.86
+++ Makefile.am 26 Oct 2006 18:06:07 -0000 1.87
@@ -185,7 +185,7 @@
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
More information about the dbus-commit
mailing list