summaryrefslogtreecommitdiffstats
path: root/dbus/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2006-02-25 18:34:12 +0000
committerHavoc Pennington <hp@redhat.com>2006-02-25 18:34:12 +0000
commit014598753e599309838dfb30b1cbd43844332b9d (patch)
tree90cc965a51b95daa9fbc7eaaa42389afdaade18c /dbus/Makefile.am
parent71bc1d08e7de9e9c83e88fbaea890b14d26b361c (diff)
2006-02-25 Havoc Pennington <hp@redhat.com>
* dbus/dbus.h, dbus/Makefile.am: add dbus-signature.h to dbus.h and install it as a public header
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r--dbus/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index 7e927f21..88c50b02 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -37,6 +37,7 @@ dbusinclude_HEADERS= \
dbus-protocol.h \
dbus-server.h \
dbus-shared.h \
+ dbus-signature.h \
dbus-threads.h \
dbus-types.h \
$(GLIB_INCLUDES) \
@@ -84,7 +85,6 @@ DBUS_LIB_SOURCES= \
dbus-sha.c \
dbus-sha.h \
dbus-signature.c \
- dbus-signature.h \
dbus-timeout.c \
dbus-timeout.h \
dbus-threads-internal.h \