diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-09-22 14:04:35 +0200 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-09-22 14:04:35 +0200 | 
| commit | 59974884ba72d6e8fa008d07ee93bd228d30a99c (patch) | |
| tree | 03ed914a6390a8e3e7fc48fcd6effd567a1ef390 /protocols/jabber/Makefile | |
| parent | deff0406d501264e1d91203ea8f91411a150e35f (diff) | |
Basic SASL (PLAIN only ATM) authentication code. Doesn't log in completely
yet.
Diffstat (limited to 'protocols/jabber/Makefile')
| -rw-r--r-- | protocols/jabber/Makefile | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/protocols/jabber/Makefile b/protocols/jabber/Makefile index d4dcc652..c084b1f4 100644 --- a/protocols/jabber/Makefile +++ b/protocols/jabber/Makefile @@ -9,7 +9,7 @@  -include ../../Makefile.settings  # [SH] Program variables -objects = io.o iq.o jabber.o jabber_util.o message.o presence.o xmltree.o +objects = io.o iq.o jabber.o jabber_util.o message.o presence.o sasl.o xmltree.o  CFLAGS += -Wall  LFLAGS += -r | 
