summaryrefslogtreecommitdiffstats
path: root/dbus/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-10-27 01:09:24 +0000
committerHavoc Pennington <hp@redhat.com>2006-10-27 01:09:24 +0000
commit5886f5326da2dbe8f1a7c97736d544fa4cef169b (patch)
treedc67158b953aa57605d18ea43f1cd9f916d82716 /dbus/Makefile.am
parentcaae991f97ce1b09595d3229f2868268678b8de6 (diff)
2006-10-26 Havoc Pennington <hp@redhat.com>
* dbus/dbus-threads.[hc]: Documentation improvements. Clarify how condition variables relate to recursive mutexes. * dbus/dbus-sysdeps-pthread.c, dbus/dbus-sysdeps-win-thread.c, dbus/dbus-threads.c: Split the platforms-specific thread implementations into their own files. * dbus/dbus-sysdeps-pthread.c (_dbus_pthread_condvar_wait_timeout): invert the return value, it was backward. Not that anything uses it.
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r--dbus/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index b8d97783..c6fb4755 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -113,6 +113,7 @@ DBUS_SHARED_SOURCES= \
dbus-string-private.h \
dbus-sysdeps.c \
dbus-sysdeps.h \
+ dbus-sysdeps-pthread.c \
dbus-sysdeps-unix.c \
dbus-sysdeps-unix.h \
dbus-userdb.c \