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/tests/Makefile.am | |
parent | bcc5969a21062e0e24bb5544df44a5accc0570e6 (diff) | |
download | gsoc2013-evolution-eee943f21ebc92e70cec963950c2fc0a29cab544.tar.gz 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/tests/Makefile.am')
-rw-r--r-- | camel/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/tests/Makefile.am b/camel/tests/Makefile.am index 6125c6b134..1d24ebd0ac 100644 --- a/camel/tests/Makefile.am +++ b/camel/tests/Makefile.am @@ -1,3 +1,3 @@ SUBDIRS = lib \ - message folder stream misc + message folder stream smime misc |