comparison libpurple/protocols/msn/Makefile.am @ 31292:47b6eda87723

propagate from branch 'im.pidgin.pidgin' (head 07d0765c444a097af45c2650f54323afb900a07b) to branch 'im.pidgin.soc.2010.msn-tlc' (head f3998422a4724ab424e4e2328f58fc0504856557)
author masca@cpw.pidgin.im
date Mon, 19 Jul 2010 21:11:32 +0000
parents eabeba9c823f
children a6d2d7de8a08
comparison
equal deleted inserted replaced
30698:e874875a74a7 31292:47b6eda87723
10 cmdproc.h \ 10 cmdproc.h \
11 command.c \ 11 command.c \
12 command.h \ 12 command.h \
13 contact.c\ 13 contact.c\
14 contact.h\ 14 contact.h\
15 dialog.c \
16 dialog.h \
17 directconn.c \ 15 directconn.c \
18 directconn.h \ 16 directconn.h \
19 error.c \ 17 error.c \
20 error.h \ 18 error.h \
21 group.c \ 19 group.c \
34 notification.h \ 32 notification.h \
35 object.c \ 33 object.c \
36 object.h \ 34 object.h \
37 oim.c\ 35 oim.c\
38 oim.h\ 36 oim.h\
37 p2p.c \
38 p2p.h \
39 page.c \ 39 page.c \
40 page.h \ 40 page.h \
41 servconn.c \ 41 servconn.c \
42 servconn.h \ 42 servconn.h \
43 session.c \ 43 session.c \
48 slpcall.h \ 48 slpcall.h \
49 slplink.c \ 49 slplink.c \
50 slplink.h \ 50 slplink.h \
51 slpmsg.c \ 51 slpmsg.c \
52 slpmsg.h \ 52 slpmsg.h \
53 slpmsg_part.c \
54 slpmsg_part.h \
53 soap.c \ 55 soap.c \
54 soap.h \ 56 soap.h \
55 state.c \ 57 state.c \
56 state.h \ 58 state.h \
59 sbconn.c \
60 sbconn.h \
57 switchboard.c \ 61 switchboard.c \
58 switchboard.h \ 62 switchboard.h \
59 sync.c \
60 sync.h \
61 table.c \ 63 table.c \
62 table.h \ 64 table.h \
63 transaction.c \ 65 transaction.c \
64 transaction.h \ 66 transaction.h \
65 user.c \ 67 user.c \
66 user.h \ 68 user.h \
67 userlist.c \ 69 userlist.c \
68 userlist.h \ 70 userlist.h \
71 xfer.c \
72 xfer.h \
69 msnutils.c \ 73 msnutils.c \
70 msnutils.h 74 msnutils.h
71 75
72 AM_CFLAGS = $(st) 76 AM_CFLAGS = $(st)
73 77