diff options
| author | Thiago Macieira <thiago@kde.org> | 2006-06-09 21:43:14 +0000 | 
|---|---|---|
| committer | Thiago Macieira <thiago@kde.org> | 2006-06-09 21:43:14 +0000 | 
| commit | a0ccd8a2a0cca7095fc1a9c5e1027e10a44caeee (patch) | |
| tree | f53dcda9ec6e348d71874bed5a5dca7707f1281b /qt/dbus | |
| parent | d062db4c27d7937ca0fb5367cb5a467554d47ee8 (diff) | |
        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.
Diffstat (limited to 'qt/dbus')
| -rw-r--r-- | qt/dbus/Makefile.am | 23 | 
1 files changed, 23 insertions, 0 deletions
| diff --git a/qt/dbus/Makefile.am b/qt/dbus/Makefile.am new file mode 100644 index 00000000..071234d9 --- /dev/null +++ b/qt/dbus/Makefile.am @@ -0,0 +1,23 @@ +EXTRA_DIST = qdbusabstractadaptor.h \ +             qdbusabstractadaptor_p.h \ +             qdbusabstractinterface.h \ +             qdbusabstractinterface_p.h \ +             qdbusbus.h \ +             qdbusconnection.h \ +             qdbusconnection_p.h \ +             qdbuserror.h \ +             qdbus.h \ +             qdbusinterface.h \ +             qdbusinterface_p.h \ +             qdbusintrospection_p.h \ +             qdbusmacros.h \ +             qdbusmarshall_p.h \ +             qdbusmessage.h \ +             qdbusmessage_p.h \ +             qdbusmetaobject_p.h \ +             qdbusreply.h \ +             qdbusserver.h \ +             qdbustypehelper_p.h \ +             qdbustype_p.h \ +             qdbusutil.h \ +             qdbusxmlparser_p.h | 
