* dbus/Makefile.am: added missing headers for make dist
authorHarri Porten <porten@kde.org>
Sat, 28 Dec 2002 10:53:57 +0000 (10:53 +0000)
committerHarri Porten <porten@kde.org>
Sat, 28 Dec 2002 10:53:57 +0000 (10:53 +0000)
ChangeLog
dbus/Makefile.am

index 30013d8..1e20857 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@
        * qt/dbus-qthread.cc, qt/dbus-qthread.cpp: renamed former to
        latter, added #ifdef QT_THREAD_SUPPORT guard.
 
+       * dbus/Makefile.am: added missing headers for make dist
+
 2002-12-28  Kristian Rietveld  <kris@gtk.org>
 
        * dbus/Makefile.am: fixup export-symbols-regex.
index 62bb702..55528ad 100644 (file)
@@ -12,6 +12,7 @@ dbusinclude_HEADERS=                          \
        dbus-memory.h                           \
        dbus-message.h                          \
        dbus-message-handler.h                  \
+       dbus-protocol.h                         \
        dbus-server.h                           \
        dbus-threads.h                          \
        dbus-types.h
@@ -20,6 +21,7 @@ libdbus_1_la_SOURCES=                         \
        dbus-auth.c                             \
        dbus-auth.h                             \
        dbus-connection.c                       \
+       dbus-connection.h                       \
        dbus-connection-internal.h              \
        dbus-errors.c                           \
        dbus-memory.c                           \