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://review.tizen.org/git/?a=commitdiff_plain;h=a3e4cf7b3a37b18df1a1cc0aa1011ebb5be0c585;p=platform%2Fupstream%2Fdbus.git * dbus/Makefile.am: add dbus-pending-call-internal.h to the list of source files --- diff --git a/ChangeLog b/ChangeLog index fdd6a14..437ac04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,8 @@ 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 060827b..74657ee 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 \