diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-14 09:48:46 +0100 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-14 09:48:46 +0100 |
commit | 4e4af1b0fe073fd2d43f4ea0d55f8deadbeb974d (patch) | |
tree | 7171fbf709a4380bcb7e67945775a5cdf9407de0 /protocols/msn/Makefile | |
parent | 50b8978f0662fc83aa2e3db1d40081c315c9e6cf (diff) |
Remove some old Passport stuff, this is all in soap.[ch] now.
Diffstat (limited to 'protocols/msn/Makefile')
-rw-r--r-- | protocols/msn/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/msn/Makefile b/protocols/msn/Makefile index 28fe81c9..a14225d1 100644 --- a/protocols/msn/Makefile +++ b/protocols/msn/Makefile @@ -12,7 +12,7 @@ SRCDIR := $(SRCDIR)protocols/msn/ endif # [SH] Program variables -objects = msn.o msn_util.o ns.o passport.o sb.o soap.o tables.o +objects = msn.o msn_util.o ns.o sb.o soap.o tables.o LFLAGS += -r |