summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2006-07-12 18:05:27 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2006-07-12 18:05:27 +0000
commita3e4cf7b3a37b18df1a1cc0aa1011ebb5be0c585 (patch)
tree32352faf1ea8b2ec1b5bd1b00f109882625fea7a
parentb4474dac7cdee505340bece7ad2fefb3aa0a112f (diff)
* dbus/Makefile.am: add dbus-pending-call-internal.h to the list of
source files
-rw-r--r--ChangeLog4
-rw-r--r--dbus/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdd6a140..437ac04d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
2006-07-12 John (J5) Palmieri <johnp@redhat.com>
+ * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of
+ source files
+
+2006-07-12 John (J5) Palmieri <johnp@redhat.com>
* dbus/dbus-message-factory.c:
Fix index into an array (patch by Peter Kümmel <syntheticpp at gmx.net>)
diff --git a/dbus/Makefile.am b/dbus/Makefile.am
index 060827b9..74657ee7 100644
--- a/dbus/Makefile.am
+++ b/dbus/Makefile.am
@@ -70,6 +70,7 @@ DBUS_LIB_SOURCES= \
dbus-object-tree.c \
dbus-object-tree.h \
dbus-pending-call.c \
+ dbus-pending-call-internal.h \
dbus-resources.c \
dbus-resources.h \
dbus-server.c \