aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2004-07-02 03:27:11 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-07-02 03:27:11 +0800
commit82109a2cb130c4420fda311cd2d5fab4a5fc069c (patch)
tree9a0374604b36c2ea14fab02c493a0808a2054e31 /mail/Makefile.am
parentf5e31a648e643041b763a7dcc1478491e0507ed4 (diff)
downloadgsoc2013-evolution-82109a2cb130c4420fda311cd2d5fab4a5fc069c.tar
gsoc2013-evolution-82109a2cb130c4420fda311cd2d5fab4a5fc069c.tar.gz
gsoc2013-evolution-82109a2cb130c4420fda311cd2d5fab4a5fc069c.tar.bz2
gsoc2013-evolution-82109a2cb130c4420fda311cd2d5fab4a5fc069c.tar.lz
gsoc2013-evolution-82109a2cb130c4420fda311cd2d5fab4a5fc069c.tar.xz
gsoc2013-evolution-82109a2cb130c4420fda311cd2d5fab4a5fc069c.tar.zst
gsoc2013-evolution-82109a2cb130c4420fda311cd2d5fab4a5fc069c.zip
Remove $(error_i18n) (CLEANFILES): Put $(error_i18n) in here
2004-07-01 Rodney Dawes <dobey@novell.com> * Makefile.am (BUILT_SOURCES): Remove $(error_i18n) (CLEANFILES): Put $(error_i18n) in here svn path=/trunk/; revision=26557
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index d830f00882..5d7f3c3eed 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -282,6 +282,7 @@ install-data-local:
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
-BUILT_SOURCES = $(SPELL_IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA) $(error_i18n)
+BUILT_SOURCES = $(SPELL_IDL_GENERATED) $(MARSHAL_GENERATED) $(server_DATA)
+
+CLEANFILES = $(BUILT_SOURCES) $(error_i18n)
-CLEANFILES = $(BUILT_SOURCES)