diff options
author | dequis <dx@dxzone.com.ar> | 2015-03-09 05:35:50 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-04-10 14:10:40 -0300 |
commit | 11e42dcf7366ee547b9651648724d35d12e36091 (patch) | |
tree | afc7c81e586d1fb119c5e2856be0742db9963430 /protocols/msn/Makefile | |
parent | 254a4dab408b67f78b94054514bbf6f629dd6bba (diff) |
msn: removed switchboards, implemented SDG message
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 417bab78..ce4a3325 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 sb.o soap.o tables.o +objects = msn.o msn_util.o ns.o soap.o tables.o LFLAGS += -r |