diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-11-04 02:17:50 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-11-04 02:17:50 +0800 |
commit | d428113c3aadafa3a23d27ed05954c49c0af84b0 (patch) | |
tree | fefe0d19ebce23a184eb7d71ecc315df925e25f5 /mail/Makefile.am | |
parent | dde48f60bcd9f21ef87b8937a742fe7c5ff82358 (diff) | |
download | gsoc2013-evolution-d428113c3aadafa3a23d27ed05954c49c0af84b0.tar gsoc2013-evolution-d428113c3aadafa3a23d27ed05954c49c0af84b0.tar.gz gsoc2013-evolution-d428113c3aadafa3a23d27ed05954c49c0af84b0.tar.bz2 gsoc2013-evolution-d428113c3aadafa3a23d27ed05954c49c0af84b0.tar.lz gsoc2013-evolution-d428113c3aadafa3a23d27ed05954c49c0af84b0.tar.xz gsoc2013-evolution-d428113c3aadafa3a23d27ed05954c49c0af84b0.tar.zst gsoc2013-evolution-d428113c3aadafa3a23d27ed05954c49c0af84b0.zip |
Clean the idl-generated files properly.
2000-11-03 Federico Mena Quintero <federico@helixcode.com>
* Makefile.am: Clean the idl-generated files properly.
svn path=/trunk/; revision=6369
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 28f0eb858c..f1e00ef3ff 100644 --- a/mail/Makefile.am +++ b/mail/Makefile.am @@ -154,3 +154,6 @@ evolution-mail.pure: evolution-mail $(PLINK) $(evolution_mail_LDFLAGS) $(evolution_mail_OBJECTS) $(evolution_mail_LDADD) $(LIBS) endif + +BUILT_SOURCES = $(EVOLUTION_MAIL_CORBA_GENERATED) +CLEANFILES += $(BUILT_SOURCES) |