dbus/tools Makefile.am,1.25,1.26

John Palmieri johnp at kemper.freedesktop.org
Mon Oct 2 11:45:29 PDT 2006


Update of /cvs/dbus/dbus/tools
In directory kemper:/tmp/cvs-serv13246/tools

Modified Files:
	Makefile.am 
Log Message:
* 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



Index: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/tools/Makefile.am,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Makefile.am	1 Oct 2006 20:05:39 -0000	1.25
+++ Makefile.am	2 Oct 2006 18:45:27 -0000	1.26
@@ -16,7 +16,8 @@
 
 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



More information about the dbus-commit mailing list