summaryrefslogtreecommitdiffstats
path: root/imap
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-08-17 06:03:59 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-08-17 06:03:59 +0000
commit44125f214779591ba7f8f0792764d7c327e71a57 (patch)
tree18343a3e9463f1ffd749b279ec0c06f1337f6806 /imap
parent2f4ce08dca310c9b304bf8f806324ba0ab30a022 (diff)
Random cleanup from Brendan Cully.
Diffstat (limited to 'imap')
-rw-r--r--imap/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/imap/Makefile.am b/imap/Makefile.am
index a911991d..2321cb60 100644
--- a/imap/Makefile.am
+++ b/imap/Makefile.am
@@ -9,9 +9,9 @@ GSSSOURCES = auth_gss.c
endif
if USE_SASL
-AUTHENTICATORS = auth_sasl.c $(GSSSOURCES)
+AUTHENTICATORS = auth_sasl.c
else
-AUTHENTICATORS = auth_anon.c auth_cram.c md5c.c $(GSSSOURCES)
+AUTHENTICATORS = auth_anon.c auth_cram.c md5c.c
endif
if USE_SSL
@@ -28,5 +28,5 @@ noinst_LIBRARIES = libimap.a
noinst_HEADERS = auth.h imap_private.h md5.h message.h $(SSLHEADERS)
libimap_a_SOURCES = auth.c auth_login.c browse.c command.c imap.c imap.h \
- message.c utf7.c util.c $(AUTHENTICATORS) $(SSLSOURCES)
+ message.c utf7.c util.c $(AUTHENTICATORS) $(SSLSOURCES) $(GSSSOURCES)