aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-05-15 05:14:34 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-05-15 05:14:34 +0800
commit9d1641a5734ec763a34e90882340d79f6eb5e374 (patch)
treeaea53aa6d951b161ab8ee68c4d38382d1634b533 /camel/Makefile.am
parent05817ac1224ed1fc9853095b312dfface4fd3479 (diff)
downloadgsoc2013-evolution-9d1641a5734ec763a34e90882340d79f6eb5e374.tar
gsoc2013-evolution-9d1641a5734ec763a34e90882340d79f6eb5e374.tar.gz
gsoc2013-evolution-9d1641a5734ec763a34e90882340d79f6eb5e374.tar.bz2
gsoc2013-evolution-9d1641a5734ec763a34e90882340d79f6eb5e374.tar.lz
gsoc2013-evolution-9d1641a5734ec763a34e90882340d79f6eb5e374.tar.xz
gsoc2013-evolution-9d1641a5734ec763a34e90882340d79f6eb5e374.tar.zst
gsoc2013-evolution-9d1641a5734ec763a34e90882340d79f6eb5e374.zip
Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build.
2001-05-14 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build. * camel-smime.[c,h]: New source files for manipulating S/MIME message parts. svn path=/trunk/; revision=9799
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index dda2cb13f0..8e59e8b190 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -59,6 +59,8 @@ libcamel_la_SOURCES = \
camel-operation.c \
camel-pgp-context.c \
camel-pgp-mime.c \
+ camel-smime-context.c \
+ camel-smime.c \
camel-provider.c \
camel-remote-store.c \
camel-sasl.c \
@@ -138,6 +140,8 @@ libcamelinclude_HEADERS = \
camel-operation.h \
camel-pgp-context.h \
camel-pgp-mime.h \
+ camel-smime-context.h \
+ camel-smime.h \
camel-provider.h \
camel-remote-store.h \
camel-sasl.h \