From: John (J5) Palmieri Date: Wed, 12 Jul 2006 18:05:27 +0000 (+0000) Subject: * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of X-Git-Tag: dbus-0.90~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a3e4cf7b3a37b18df1a1cc0aa1011ebb5be0c585;p=thirdparty%2Fdbus.git * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of source files --- diff --git a/ChangeLog b/ChangeLog index fdd6a1409..437ac04d1 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 060827b93..74657ee77 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 \