aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-01 02:16:02 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-01 02:16:02 +0800
commit4321d72d9ba3e58e4ab05a75dc4beeb16246a392 (patch)
tree41c05185abe98030044f806820203dec34bf50b6 /camel/Makefile.am
parent27a5d50b233a2d780e6bc5866ae2daf55f3be8e9 (diff)
downloadgsoc2013-evolution-4321d72d9ba3e58e4ab05a75dc4beeb16246a392.tar
gsoc2013-evolution-4321d72d9ba3e58e4ab05a75dc4beeb16246a392.tar.gz
gsoc2013-evolution-4321d72d9ba3e58e4ab05a75dc4beeb16246a392.tar.bz2
gsoc2013-evolution-4321d72d9ba3e58e4ab05a75dc4beeb16246a392.tar.lz
gsoc2013-evolution-4321d72d9ba3e58e4ab05a75dc4beeb16246a392.tar.xz
gsoc2013-evolution-4321d72d9ba3e58e4ab05a75dc4beeb16246a392.tar.zst
gsoc2013-evolution-4321d72d9ba3e58e4ab05a75dc4beeb16246a392.zip
Added camel-sasl*.[c,h] to the build.
2001-02-28 Jeffrey Stedfast <fejj@ximian.com> * Makefile.am: Added camel-sasl*.[c,h] to the build. * camel-sasl.[c,h]: new "abstract" SASL class * camel-sasl-kerberos4.[c,h]: new SASL class for KERBEROS_V4 * camel-sasl-cram-md5.[c,h]: new SASL class for CRAM-MD5 * camel-sasl-plain.[c,h]: new SASL class for PLAIN * providers/imap/camel-imap-auth.c: Removed the base64 functions. * camel-mime-utils.c (base64_encode_simple): Moved here from camel-imap-auth.c (base64_decode_simple): Same. svn path=/trunk/; revision=8428
Diffstat (limited to 'camel/Makefile.am')
-rw-r--r--camel/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/Makefile.am b/camel/Makefile.am
index f2f46c925d..82e48e58d5 100644
--- a/camel/Makefile.am
+++ b/camel/Makefile.am
@@ -49,6 +49,10 @@ libcamel_la_SOURCES = \
camel-operation.c \
camel-provider.c \
camel-remote-store.c \
+ camel-sasl.c \
+ camel-sasl-cram-md5.c \
+ camel-sasl-kerberos4.c \
+ camel-sasl-plain.c \
camel-search-private.c \
camel-seekable-stream.c \
camel-seekable-substream.c \
@@ -108,6 +112,10 @@ libcamelinclude_HEADERS = \
camel-operation.h \
camel-provider.h \
camel-remote-store.h \
+ camel-sasl.h \
+ camel-sasl-cram-md5.h \
+ camel-sasl-kerberos4.h \
+ camel-sasl-plain.h \
camel-seekable-stream.h \
camel-seekable-substream.h \
camel-service.h \