aboutsummaryrefslogtreecommitdiffstats
path: root/mail/Makefile.am
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2014-02-03 18:27:36 +0800
committerMilan Crha <mcrha@redhat.com>2014-02-03 18:27:36 +0800
commitfa75665c3bf9dceaeec233ccf3702cdc167de3c3 (patch)
treefcd6867e78a1e3653945472b9bd28b779c0c60bc /mail/Makefile.am
parent778cbdcd326cad4fc72d25f5b278559c89e7339f (diff)
downloadgsoc2013-evolution-fa75665c3bf9dceaeec233ccf3702cdc167de3c3.tar
gsoc2013-evolution-fa75665c3bf9dceaeec233ccf3702cdc167de3c3.tar.gz
gsoc2013-evolution-fa75665c3bf9dceaeec233ccf3702cdc167de3c3.tar.bz2
gsoc2013-evolution-fa75665c3bf9dceaeec233ccf3702cdc167de3c3.tar.lz
gsoc2013-evolution-fa75665c3bf9dceaeec233ccf3702cdc167de3c3.tar.xz
gsoc2013-evolution-fa75665c3bf9dceaeec233ccf3702cdc167de3c3.tar.zst
gsoc2013-evolution-fa75665c3bf9dceaeec233ccf3702cdc167de3c3.zip
Declare em-filter-i18n.h as BUILT_SOURCES in mail/Makefile.am
This way git.mk knows about it and ignores changes in it, because, after all, this header file is auto-generated on build.
Diffstat (limited to 'mail/Makefile.am')
-rw-r--r--mail/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/Makefile.am b/mail/Makefile.am
index 8a011df8f1..332ef3a647 100644
--- a/mail/Makefile.am
+++ b/mail/Makefile.am
@@ -295,7 +295,7 @@ endif
dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES)
-BUILT_SOURCES = $(ENUM_GENERATED) $(error_DATA)
+BUILT_SOURCES = $(ENUM_GENERATED) $(error_DATA) em-filter-i18n.h
CLEANFILES = $(BUILT_SOURCES)