aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-04-10 23:47:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-04-10 23:47:00 +0800
commiteee943f21ebc92e70cec963950c2fc0a29cab544 (patch)
treedf2c372bcf6ea6cf9dad5c37a38e132d11d8625a /camel/Makefile.am
parentbcc5969a21062e0e24bb5544df44a5accc0570e6 (diff)
downloadgsoc2013-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.am2
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 \