diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-05-15 05:14:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-05-15 05:14:34 +0800 |
commit | 9d1641a5734ec763a34e90882340d79f6eb5e374 (patch) | |
tree | aea53aa6d951b161ab8ee68c4d38382d1634b533 /camel/Makefile.am | |
parent | 05817ac1224ed1fc9853095b312dfface4fd3479 (diff) | |
download | gsoc2013-evolution-9d1641a5734ec763a34e90882340d79f6eb5e374.tar.gz gsoc2013-evolution-9d1641a5734ec763a34e90882340d79f6eb5e374.tar.zst gsoc2013-evolution-9d1641a5734ec763a34e90882340d79f6eb5e374.zip |
Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build.
2001-05-14 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Add camel-smime-context.[c,h] and camel-smime.[c,h]
to the build.
* camel-smime.[c,h]: New source files for manipulating S/MIME
message parts.
svn path=/trunk/; revision=9799
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index dda2cb13f0..8e59e8b190 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -59,6 +59,8 @@ libcamel_la_SOURCES = \ camel-operation.c \ camel-pgp-context.c \ camel-pgp-mime.c \ + camel-smime-context.c \ + camel-smime.c \ camel-provider.c \ camel-remote-store.c \ camel-sasl.c \ @@ -138,6 +140,8 @@ libcamelinclude_HEADERS = \ camel-operation.h \ camel-pgp-context.h \ camel-pgp-mime.h \ + camel-smime-context.h \ + camel-smime.h \ camel-provider.h \ camel-remote-store.h \ camel-sasl.h \ |