diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-04-10 23:47:00 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-04-10 23:47:00 +0800 |
commit | eee943f21ebc92e70cec963950c2fc0a29cab544 (patch) | |
tree | df2c372bcf6ea6cf9dad5c37a38e132d11d8625a /camel/Makefile.am | |
parent | bcc5969a21062e0e24bb5544df44a5accc0570e6 (diff) | |
download | gsoc2013-evolution-eee943f21ebc92e70cec963950c2fc0a29cab544.tar gsoc2013-evolution-eee943f21ebc92e70cec963950c2fc0a29cab544.tar.gz gsoc2013-evolution-eee943f21ebc92e70cec963950c2fc0a29cab544.tar.bz2 gsoc2013-evolution-eee943f21ebc92e70cec963950c2fc0a29cab544.tar.lz gsoc2013-evolution-eee943f21ebc92e70cec963950c2fc0a29cab544.tar.xz gsoc2013-evolution-eee943f21ebc92e70cec963950c2fc0a29cab544.tar.zst gsoc2013-evolution-eee943f21ebc92e70cec963950c2fc0a29cab544.zip |
Added camel-pgp-context.[c,h] to the build. Also added tests/smime/pgp.c
2001-04-06 Jeffrey Stedfast <fejj@ximian.com>
* Makefile.am: Added camel-pgp-context.[c,h] to the build. Also
added tests/smime/pgp.c and Makefile.am
* tests/smime/pgp.c: New test suite for PGP functions.
* camel-pgp-context.c: Various fixes to get it to build.
svn path=/trunk/; revision=9213
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r-- | camel/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am index 71b1cb9ad6..96a1748fc0 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -53,6 +53,7 @@ libcamel_la_SOURCES = \ camel-multipart.c \ camel-object.c \ camel-operation.c \ + camel-pgp-context.c \ camel-provider.c \ camel-remote-store.c \ camel-sasl.c \ @@ -125,6 +126,7 @@ libcamelinclude_HEADERS = \ camel-multipart.h \ camel-object.h \ camel-operation.h \ + camel-pgp-context.h \ camel-provider.h \ camel-remote-store.h \ camel-sasl.h \ |