From ff99239bd429cb3335406dff1761a0a54ad2996b Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Mon, 2 Oct 2006 18:45:27 +0000 Subject: * dbus/dbus-sysdeps.c (_dbus_abort): Remove from #ifndef DBUS_DISABLE_ASSERTS macro to fix distcheck * dbus/dbus-sysdeps-unix.c (_dbus_print_backtrace): Remove from #if !defined (DBUS_DISABLE_ASSERT) || defined(DBUS_BUILD_TESTS) macro because _dbus_abort calls it * tools/Makefile.am: Add dbus-launch.h to the source list so distcheck works --- tools/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/Makefile.am b/tools/Makefile.am index e53b47a9..613b7158 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -16,7 +16,8 @@ dbus_monitor_SOURCES= \ dbus_launch_SOURCES= \ dbus-launch.c \ - dbus-launch-x11.c + dbus-launch-x11.c \ + dbus-launch.h dbus_cleanup_sockets_SOURCES= \ dbus-cleanup-sockets.c -- cgit