diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-21 16:17:24 +0000 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-03-21 16:17:24 +0000 |
commit | 85693e62c8e847ee0336419c3f229bb5caac29a0 (patch) | |
tree | 1e1dbba1cba752b75dcf44394f7d6a0a0b14f934 /protocols/jabber/Makefile | |
parent | 81ee561d520e38535fb6947ac0e3fba808e6de4b (diff) | |
parent | 767a148faa35c18cdf4da77b5919a2f6e2df868a (diff) |
Merging in killerbee stuff (just file transfers and maybe a few things from
mainline). Once I add ft support glue to protocols/purple/ I guess this will
all go into killerbee.
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 e7a505ba..78a02696 100644 --- a/protocols/jabber/Makefile +++ b/protocols/jabber/Makefile @@ -9,7 +9,7 @@ -include ../../Makefile.settings # [SH] Program variables -objects = conference.o io.o iq.o jabber.o jabber_util.o message.o presence.o sasl.o +objects = conference.o io.o iq.o jabber.o jabber_util.o message.o presence.o s5bytestream.o sasl.o si.o CFLAGS += -Wall LFLAGS += -r |