diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mail-notification/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/mail-notification/Makefile.am | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/plugins/mail-notification/ChangeLog b/plugins/mail-notification/ChangeLog index 0e50fff1a3..30cdf8abe8 100644 --- a/plugins/mail-notification/ChangeLog +++ b/plugins/mail-notification/ChangeLog @@ -1,3 +1,7 @@ +2007-05-19 Matthew Barnes <mbarnes@redhat.com> + + * Makefile.am: Fix a couple distcheck errors. + 2007-05-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #439316 diff --git a/plugins/mail-notification/Makefile.am b/plugins/mail-notification/Makefile.am index 33d0233726..92cb2d5349 100644 --- a/plugins/mail-notification/Makefile.am +++ b/plugins/mail-notification/Makefile.am @@ -34,7 +34,12 @@ install-data-local: done \ fi -EXTRA_DIST = org-gnome-mail-notification.eplug.xml - BUILT_SOURCES = $(plugin_DATA) + CLEANFILES = $(BUILT_SOURCES) + +DISTCLEANFILES = $(schema_DATA) + +EXTRA_DIST = \ + org-gnome-mail-notification.eplug.xml \ + $(schema_in_files) |