* 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 fdd6a14..437ac04 100644 (file)
--- 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>)
 
index 060827b..74657ee 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                           \