* dbus/Makefile.am: added missing headers for make dist

This commit is contained in:
Harri Porten 2002-12-28 10:53:57 +00:00
parent b7354d9156
commit d7b64c8c50
2 changed files with 4 additions and 0 deletions

View file

@ -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.

View 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 \