]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
* dbus/Makefile.am: add dbus-pending-call-internal.h to the list of
authorJohn (J5) Palmieri <johnp@redhat.com>
Wed, 12 Jul 2006 18:05:27 +0000 (18:05 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Wed, 12 Jul 2006 18:05:27 +0000 (18:05 +0000)
  source files

ChangeLog
dbus/Makefile.am

index fdd6a1409d5c67187abfe7161698dbf4cd44b41c..437ac04d1fdf1322c51f114201483186c5bce72e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+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>)
index 060827b934609b5b9c0d96a3040243a6470ec69c..74657ee77495a7c02a0b5b1511e69f4348acf579 100644 (file)
@@ -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                           \