comparison src/protocols/msn/Makefile.am @ 9193:502707ca1836

[gaim-migrate @ 9988] Patch by Felipe Contreras to add MSN file transfer and buddy icons. Please test and report any bugs! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 06 Jun 2004 02:39:08 +0000
parents bbd8cdaf0ad5
children d1fd3de2feca
comparison
equal deleted inserted replaced
9192:5655dcd94d0f 9193:502707ca1836
6 MSNSOURCES = \ 6 MSNSOURCES = \
7 cmdproc.c \ 7 cmdproc.c \
8 cmdproc.h \ 8 cmdproc.h \
9 command.c \ 9 command.c \
10 command.h \ 10 command.h \
11 directconn.c \
12 directconn.h \
11 error.c \ 13 error.c \
12 error.h \ 14 error.h \
13 group.c \ 15 group.c \
14 group.h \ 16 group.h \
15 history.c \ 17 history.c \
18 httpmethod.h \ 20 httpmethod.h \
19 msg.c \ 21 msg.c \
20 msg.h \ 22 msg.h \
21 msn.c \ 23 msn.c \
22 msn.h \ 24 msn.h \
23 msnobject.c \ 25 notification.c \
24 msnobject.h \ 26 notification.h \
25 msnslp.c \
26 msnslp.h \
27 nexus.c \ 27 nexus.c \
28 nexus.h \ 28 nexus.h \
29 notification.c \ 29 object.c \
30 notification.h \ 30 object.h \
31 page.c \ 31 page.c \
32 page.h \ 32 page.h \
33 servconn.c \ 33 servconn.c \
34 servconn.h \ 34 servconn.h \
35 session.c \ 35 session.c \
36 session.h \ 36 session.h \
37 slp.c \
38 slp.h \
39 slpcall.c \
40 slpcall.h \
41 slplink.c \
42 slplink.h \
43 slpmsg.c \
44 slpmsg.h \
45 slpsession.c \
46 slpsession.h \
37 state.c \ 47 state.c \
38 state.h \ 48 state.h \
39 switchboard.c \ 49 switchboard.c \
40 switchboard.h \ 50 switchboard.h \
51 sync.c \
52 sync.h \
53 transaction.c \
54 transaction.h \
41 table.c \ 55 table.c \
42 table.h \ 56 table.h \
43 transaction.c \
44 transaction.h \
45 user.c \ 57 user.c \
46 user.h \ 58 user.h \
59 userlist.c \
60 userlist.h \
47 utils.c \ 61 utils.c \
48 utils.h 62 utils.h
49 63
50 AM_CFLAGS = $(st) 64 AM_CFLAGS = $(st)
51 65