diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-26 00:52:52 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-26 10:07:38 +0800 |
commit | 01a7c98bd2e7e519a0610bf107cb4e1e2cfe655a (patch) | |
tree | ceb4cfd20a6e4cb01b3d63e7b00872ea43150d0c /em-format | |
parent | ad2e4ef126dae0cae4be45dfdbebd946e52bc7ef (diff) | |
download | gsoc2013-evolution-01a7c98bd2e7e519a0610bf107cb4e1e2cfe655a.tar.gz gsoc2013-evolution-01a7c98bd2e7e519a0610bf107cb4e1e2cfe655a.tar.zst gsoc2013-evolution-01a7c98bd2e7e519a0610bf107cb4e1e2cfe655a.zip |
Include e-mail-format-extensions.h in tarball.
Private header, but still need to distribute it.
Diffstat (limited to 'em-format')
-rw-r--r-- | em-format/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/em-format/Makefile.am b/em-format/Makefile.am index 84d2d212d9..cafe098dc0 100644 --- a/em-format/Makefile.am +++ b/em-format/Makefile.am @@ -43,6 +43,7 @@ libemformat_la_SOURCES = \ e-mail-extension.c \ e-mail-inline-filter.c \ e-mail-format-extensions.c \ + e-mail-format-extensions.h \ e-mail-formatter.c \ e-mail-formatter-print.c \ e-mail-formatter-quote.c \ |