diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2012-06-26 02:11:12 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2012-06-26 10:07:38 +0800 |
commit | 5a2b402287959a3162706bb9c909727cb935e0a0 (patch) | |
tree | 0226e850b26a00b06efa64d91e8f7687987045ce /modules | |
parent | 01a7c98bd2e7e519a0610bf107cb4e1e2cfe655a (diff) | |
download | gsoc2013-evolution-5a2b402287959a3162706bb9c909727cb935e0a0.tar.gz gsoc2013-evolution-5a2b402287959a3162706bb9c909727cb935e0a0.tar.zst gsoc2013-evolution-5a2b402287959a3162706bb9c909727cb935e0a0.zip |
Include e-mail-part-itip.h in tarball.
Private header, but still need to distribute it.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/itip-formatter/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/itip-formatter/Makefile.am b/modules/itip-formatter/Makefile.am index 2c9468c065..76464ca455 100644 --- a/modules/itip-formatter/Makefile.am +++ b/modules/itip-formatter/Makefile.am @@ -20,6 +20,7 @@ module_itip_formatter_la_SOURCES = \ e-mail-formatter-itip.h \ e-mail-parser-itip.c \ e-mail-parser-itip.h \ + e-mail-part-itip.h \ e-source-conflict-search.c \ e-source-conflict-search.h \ itip-view.c \ |