]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
glib/Makefile.am: added dbus-gobject.h to sources list
authorJohn (J5) Palmieri <johnp@redhat.com>
Thu, 24 Feb 2005 22:01:34 +0000 (22:01 +0000)
committerJohn (J5) Palmieri <johnp@redhat.com>
Thu, 24 Feb 2005 22:01:34 +0000 (22:01 +0000)
so distcheck doesn't fail

ChangeLog
glib/Makefile.am

index 9ff8aa44e8904b22c55654ba4a0f04b4df0f02e1..3159ee17ac6bc5e7e02ed09222a4206927b53559 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-02-24  John (J5) Palmieir  <johnp@redhat.com>
+
+       * glib/Makefile.am: added dbus-gobject.h to sources list
+       so distcheck doesn't fail
+       
 2005-02-24  Havoc Pennington  <hp@redhat.com>
 
        * dbus/dbus-server.c, dbus/dbus-server-unix.c: change semantics so
index 9afe4a729839b6b75cdbb06635d964673f863979..757aa5ea3017cb38db3aa418c6541c0a4a23bc0c 100644 (file)
@@ -8,6 +8,7 @@ libdbus_glib_1_la_SOURCES =                     \
        dbus-gmarshal.c                         \
        dbus-gmarshal.h                         \
        dbus-gobject.c                          \
+       dbus-gobject.h                          \
        dbus-gproxy.c                           \
        dbus-gtest.c                            \
        dbus-gtest.h                            \