summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-02-24 22:01:34 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-02-24 22:01:34 +0000
commit651ca12a81e673f39ada2a85d956e36bdcf9a4d1 (patch)
treee6a18963c583ddf61a68c05ae37655f17a261ed4
parent2d0ae3d71821b72c95ab0856b892d644f61a5758 (diff)
glib/Makefile.am: added dbus-gobject.h to sources list
so distcheck doesn't fail
-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 \