Patch from Timo Hoenig <thoenig@suse.de>.
authorThiago Macieira <thiago@kde.org>
Fri, 9 Jun 2006 21:43:14 +0000 (21:43 +0000)
committerThiago Macieira <thiago@kde.org>
Fri, 9 Jun 2006 21:43:14 +0000 (21:43 +0000)
commita0ccd8a2a0cca7095fc1a9c5e1027e10a44caeee
treef53dcda9ec6e348d71874bed5a5dca7707f1281b
parentd062db4c27d7937ca0fb5367cb5a467554d47ee8
    Patch from Timo Hoenig <thoenig@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.
ChangeLog
configure.in
qt/Makefile.am
qt/dbus/Makefile.am [new file with mode: 0644]
qt/src/Makefile.am