From a3e4cf7b3a37b18df1a1cc0aa1011ebb5be0c585 Mon Sep 17 00:00:00 2001 From: "John (J5) Palmieri" Date: Wed, 12 Jul 2006 18:05:27 +0000 Subject: * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of source files --- ChangeLog | 4 ++++ dbus/Makefile.am | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index fdd6a140..437ac04d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-12 John (J5) Palmieri + * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of + source files + 2006-07-12 John (J5) Palmieri * dbus/dbus-message-factory.c: Fix index into an array (patch by Peter Kümmel ) 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 \ -- cgit