comparison src/protocols/msn/Makefile.am @ 8808:bbd8cdaf0ad5

[gaim-migrate @ 9570] A massive patch by shx to reorganize MSN some more and add command processor support. This allows us to do cool things like produce more detailed error messages. For example, the Invalid Username dialog now shows the username of the invalid user. I modified the aforementioned dialog so it'll look a little nicer looking, and also mention the account this happened on. It also removes the user from your blist, as there's no point to keeping the user on there. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 25 Apr 2004 22:02:06 +0000
parents fc27237783ee
children 502707ca1836
comparison
equal deleted inserted replaced
8807:482fc53c969d 8808:bbd8cdaf0ad5
2 Makefile.mingw 2 Makefile.mingw
3 3
4 pkgdir = $(libdir)/gaim 4 pkgdir = $(libdir)/gaim
5 5
6 MSNSOURCES = \ 6 MSNSOURCES = \
7 cmdproc.c \
8 cmdproc.h \
9 command.c \
10 command.h \
7 error.c \ 11 error.c \
8 error.h \ 12 error.h \
9 group.c \ 13 group.c \
10 group.h \ 14 group.h \
15 history.c \
16 history.h \
11 httpmethod.c \ 17 httpmethod.c \
12 httpmethod.h \ 18 httpmethod.h \
13 msg.c \ 19 msg.c \
14 msg.h \ 20 msg.h \
15 msn.c \ 21 msn.c \
30 session.h \ 36 session.h \
31 state.c \ 37 state.c \
32 state.h \ 38 state.h \
33 switchboard.c \ 39 switchboard.c \
34 switchboard.h \ 40 switchboard.h \
41 table.c \
42 table.h \
43 transaction.c \
44 transaction.h \
35 user.c \ 45 user.c \
36 user.h \ 46 user.h \
37 utils.c \ 47 utils.c \
38 utils.h 48 utils.h
39 49