From 55bb947869f5e514e109499a32a70fbe87f16749 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 11 Apr 2001 20:10:24 +0000 Subject: Added pgp-mime.c to the tests. 2001-04-11 Jeffrey Stedfast * tests/smime/Makefile.am: Added pgp-mime.c to the tests. * tests/smime/pgp-mime.c: Test suite for camel-pgp-mime.c functions. * Makefile.am: Add camel-pgp-mime.[c,h] to the build. * camel-pgp-mime.c: Made a number of fixes to get it to compile and also fixed a few logic errors (mostly forgetting to reset streams) so that it worked (thanks to the pgp-mime test program). svn path=/trunk/; revision=9247 --- camel/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/Makefile.am') diff --git a/camel/Makefile.am b/camel/Makefile.am index 4ccc5a62d0..eb29f5f626 100644 --- a/camel/Makefile.am +++ b/camel/Makefile.am @@ -55,6 +55,7 @@ libcamel_la_SOURCES = \ camel-object.c \ camel-operation.c \ camel-pgp-context.c \ + camel-pgp-mime.c \ camel-provider.c \ camel-remote-store.c \ camel-sasl.c \ @@ -128,6 +129,7 @@ libcamelinclude_HEADERS = \ camel-object.h \ camel-operation.h \ camel-pgp-context.h \ + camel-pgp-mime.h \ camel-provider.h \ camel-remote-store.h \ camel-sasl.h \ -- cgit