dbus ChangeLog,1.1031,1.1032 configure.in,1.153,1.154

Thiago J. Macieira thiago at kemper.freedesktop.org
Fri Jun 9 14:43:16 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv3779

Modified Files:
	ChangeLog configure.in 
Log Message:
        Patch from Timo Hoenig <thoenig at suse.de>.

        * qt/dbus/Makefile.am: New file.  Fix "make dist", add all
        headers required during build to EXTRA_DIST.
        * qt/src/Makefile.am: Fix "make dist", add 'qdbus.h' to
        EXTRA_DIST.
        * qt/Makefile.am: Fix "make dist", add 'dbus' to DIST_SUBDIRS.
        * configure.in: Fix "make dist", take care that the Makefile
        for qt/dbus is being generated.


Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1031
retrieving revision 1.1032
diff -u -d -r1.1031 -r1.1032
--- ChangeLog	7 Jun 2006 20:07:34 -0000	1.1031
+++ ChangeLog	9 Jun 2006 21:43:14 -0000	1.1032
@@ -1,3 +1,14 @@
+2006-06-09  Thiago Macieira <thiago.macieira at trolltech.com>
+
+	Patch from Timo Hoenig <thoenig at suse.de>.
+
+	* qt/dbus/Makefile.am: New file.  Fix "make dist", add all headers
+	required during build to EXTRA_DIST.
+	* qt/src/Makefile.am: Fix "make dist", add 'qdbus.h' to EXTRA_DIST.
+	* qt/Makefile.am: Fix "make dist", add 'dbus' to DIST_SUBDIRS.
+	* configure.in: Fix "make dist", take care that the Makefile for
+	qt/dbus is being generated.
+
 2006-06-07  John (J5) Palmieri  <johnp at redhat.com>
 
 	* bus/bus.c: Fix eavesdropping on method calls

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -d -r1.153 -r1.154
--- configure.in	7 Jun 2006 19:59:11 -0000	1.153
+++ configure.in	9 Jun 2006 21:43:14 -0000	1.154
@@ -1438,6 +1438,7 @@
 python/Makefile
 python/examples/Makefile
 qt/Makefile
+qt/dbus/Makefile
 qt/src/Makefile
 qt/tools/Makefile
 qt/examples/Makefile



More information about the dbus-commit mailing list