diff options
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 6 | ||||
-rw-r--r-- | calendar/gui/Makefile.am | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 3d4f86aa58..01553e23de 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,9 @@ +2007-05-12 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes part of bug #337616 + + * gui/Makefile.am: Add $(schema_DATA) to DISTCLEANFILES. + 2007-05-12 simon.zheng <simon.zheng@sun.com> ** Fix for bug #427789 diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index c9f54cde03..bd0601b264 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -268,6 +268,8 @@ EXTRA_DIST = \ BUILT_SOURCES = $(IDL_GENERATED) $(server_DATA) CLEANFILES = $(BUILT_SOURCES) +DISTCLEANFILES = $(schema_DATA) + if OS_WIN32 install-data-local: if test -z "$(DESTDIR)"; then \ |