diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ChangeLog | 6 | ||||
-rw-r--r-- | shell/Makefile.am | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 388a5ef150..db05a671a9 100644 --- a/shell/ChangeLog +++ b/shell/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 Matthew Barnes <mbarnes@redhat.com> * e-shell.c (impl_Shell_handleURI): diff --git a/shell/Makefile.am b/shell/Makefile.am index b1bbce14c6..4b671f52aa 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -289,6 +289,8 @@ endif BUILT_SOURCES = $(IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA) $(testserver_DATA) $(DATASERVER_IDL_GENERATED) $(error_DATA) CLEANFILES = $(BUILT_SOURCES) +DISTCLEANFILES = $(schema_DATA) + dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) |