dbus/qt Makefile.am,1.25,1.26

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


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

Modified Files:
	Makefile.am 
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: Makefile.am
===================================================================
RCS file: /cvs/dbus/dbus/qt/Makefile.am,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- Makefile.am	7 Jun 2006 10:21:11 -0000	1.25
+++ Makefile.am	9 Jun 2006 21:43:14 -0000	1.26
@@ -1,4 +1,4 @@
-DIST_SUBDIRS = src tools examples
+DIST_SUBDIRS = dbus src tools examples
 
 if HAVE_QT
 QT_SUBDIRS = src tools examples



More information about the dbus-commit mailing list