mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-09 04:58:02 +02:00
* dbus/Makefile.am: added missing headers for make dist
This commit is contained in:
parent
b7354d9156
commit
d7b64c8c50
2 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue