aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/ChangeLog6
-rw-r--r--addressbook/gui/component/Makefile.am2
2 files changed, 8 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 8cc4f954cf..caad300835 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -1,3 +1,9 @@
+2007-05-12 Matthew Barnes <mbarnes@redhat.com>
+
+ ** Fixes part of bug #337616
+
+ * Makefile.am: Add $(schema_DATA) to DISTCLEANFILES.
+
2007-05-11 Srinivasa Ragavan <sragavan@novell.com>
* gui/component/GNOME_Evolution_Addressbook.server.in.in: Add Tango
diff --git a/addressbook/gui/component/Makefile.am b/addressbook/gui/component/Makefile.am
index e948202561..b34d51863b 100644
--- a/addressbook/gui/component/Makefile.am
+++ b/addressbook/gui/component/Makefile.am
@@ -102,6 +102,8 @@ glade_DATA = \
BUILT_SOURCES = $(server_DATA)
CLEANFILES = $(BUILT_SOURCES)
+DISTCLEANFILES = $(schema_DATA)
+
EXTRA_DIST = \
$(glade_DATA) \
$(schema_in_files) \