aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-04-12 04:10:24 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-12 04:10:24 +0800
commit55bb947869f5e514e109499a32a70fbe87f16749 (patch)
tree50ffe03085e3b5477834e277caea60fb7296ec08 /camel/Makefile.am
parent414da9ba352b822a7c8071a34b48939395bab632 (diff)
downloadgsoc2013-evolution-55bb947869f5e514e109499a32a70fbe87f16749.tar
gsoc2013-evolution-55bb947869f5e514e109499a32a70fbe87f16749.tar.gz
gsoc2013-evolution-55bb947869f5e514e109499a32a70fbe87f16749.tar.bz2
gsoc2013-evolution-55bb947869f5e514e109499a32a70fbe87f16749.tar.lz
gsoc2013-evolution-55bb947869f5e514e109499a32a70fbe87f16749.tar.xz
gsoc2013-evolution-55bb947869f5e514e109499a32a70fbe87f16749.tar.zst
gsoc2013-evolution-55bb947869f5e514e109499a32a70fbe87f16749.zip
Added pgp-mime.c to the tests.
2001-04-11 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am2
1 files changed, 2 insertions, 0 deletions
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 \