summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--glib/Makefile.am1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ff8aa44..3159ee17 100644
--- 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
diff --git a/glib/Makefile.am b/glib/Makefile.am
index 9afe4a72..757aa5ea 100644
--- a/glib/Makefile.am
+++ b/glib/Makefile.am
@@ -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 \