From a0e550bc608e96a574f3ea8ed4cf3635733c4a09 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Sun, 15 Dec 2002 05:39:31 +0000 Subject: 2002-12-15 Havoc Pennington * dbus/dbus-threads.c: add thread stubs that a higher library layer can fill in. e.g. the GLib wrapper might fill them in with GThread stuff. We still need to use this thread API to thread-safe-ize the library. --- dbus/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dbus/Makefile.am') diff --git a/dbus/Makefile.am b/dbus/Makefile.am index f74c8bef..b5071f0b 100644 --- a/dbus/Makefile.am +++ b/dbus/Makefile.am @@ -12,6 +12,7 @@ dbusinclude_HEADERS= \ dbus-memory.h \ dbus-message.h \ dbus-server.h \ + dbus-threads.h \ dbus-types.h libdbus_1_la_SOURCES= \ @@ -25,6 +26,7 @@ libdbus_1_la_SOURCES= \ dbus-server-protected.h \ dbus-server-unix.c \ dbus-server-unix.h \ + dbus-threads.c \ dbus-transport.c \ dbus-transport.h \ dbus-transport-protected.h \ -- cgit