summaryrefslogtreecommitdiffstats
path: root/dbus/Makefile.am
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2003-08-25 14:56:53 +0000
committerHavoc Pennington <hp@redhat.com>2003-08-25 14:56:53 +0000
commit24f411a6a10e4838f57595720642ce83ceae814c (patch)
tree6653e67fe1c964bd4a81951257c60302009d6871 /dbus/Makefile.am
parentd0c588575e3e2911eacb098fac26f02d1010cbfd (diff)
2003-08-25 Havoc Pennington <hp@pobox.com>
Just noticed that dbus_message_test is hosed, I wonder when I broke that. I thought make check was passing earlier... * dbus/dbus-object-tree.c: add new "object tree" to match DCOP container tree, will replace most of dbus-object-registry * dbus/dbus-string.c (_dbus_string_append_printf_valist): fix C99 screwup
Diffstat (limited to 'dbus/Makefile.am')
-rw-r--r--dbus/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index 3537b935..e59877e6 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -49,6 +49,8 @@ DBUS_LIB_SOURCES= \
dbus-objectid.c \
dbus-object-registry.c \
dbus-object-registry.h \
+ dbus-object-tree.c \
+ dbus-object-tree.h \
dbus-pending-call.c \
dbus-resources.c \
dbus-resources.h \