diff options
Diffstat (limited to 'plugins/mail-notification/Makefile.am')
-rw-r--r-- | plugins/mail-notification/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
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) |