diff options
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r-- | mail/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am index 8a666324c2..de0b3c92e1 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -183,3 +183,6 @@ endif BUILT_SOURCES = $(EVOLUTION_MAIL_CORBA_GENERATED) CLEANFILES += $(BUILT_SOURCES) + +dist-hook: + cd $(distdir); rm -f $(BUILT_SOURCES) |