Mercurial > pidgin
comparison libpurple/protocols/msn/Makefile.mingw @ 21000:89c7be36fd61
propagate from branch 'im.pidgin.pidgin.2.2.2' (head 0adab134b7a42e144aee3ac60d825db1f28a42a4)
to branch 'im.pidgin.pidgin' (head 4e59fcb1e2baf2eb63083224381e0af9fe1331cc)
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Tue, 23 Oct 2007 17:27:12 +0000 |
parents | 1122d47583a1 |
children | 2bc214520c42 |
comparison
equal
deleted
inserted
replaced
20374:535de68c9d09 | 21000:89c7be36fd61 |
---|---|
37 ## | 37 ## |
38 ## SOURCES, OBJECTS | 38 ## SOURCES, OBJECTS |
39 ## | 39 ## |
40 C_SRC = cmdproc.c \ | 40 C_SRC = cmdproc.c \ |
41 command.c \ | 41 command.c \ |
42 contact.c\ | |
42 dialog.c \ | 43 dialog.c \ |
43 directconn.c \ | 44 directconn.c \ |
44 error.c \ | 45 error.c \ |
45 group.c \ | 46 group.c \ |
46 history.c \ | 47 history.c \ |
48 msg.c \ | 49 msg.c \ |
49 msn.c \ | 50 msn.c \ |
50 nexus.c \ | 51 nexus.c \ |
51 notification.c \ | 52 notification.c \ |
52 object.c \ | 53 object.c \ |
54 oim.c\ | |
53 page.c \ | 55 page.c \ |
54 servconn.c \ | 56 servconn.c \ |
55 session.c \ | 57 session.c \ |
56 slp.c \ | 58 slp.c \ |
57 slpcall.c \ | 59 slpcall.c \ |
58 slplink.c \ | 60 slplink.c \ |
59 slpmsg.c \ | 61 slpmsg.c \ |
60 slpsession.c \ | 62 slpsession.c \ |
63 soap.c\ | |
61 state.c \ | 64 state.c \ |
62 switchboard.c \ | 65 switchboard.c \ |
63 sync.c \ | 66 sync.c \ |
64 table.c \ | 67 table.c \ |
65 transaction.c \ | 68 transaction.c \ |
66 user.c \ | 69 user.c \ |
67 userlist.c \ | 70 userlist.c \ |
68 msn-utils.c | 71 msnutils.c |
69 | 72 |
70 OBJECTS = $(C_SRC:%.c=%.o) | 73 OBJECTS = $(C_SRC:%.c=%.o) |
71 | 74 |
72 ## | 75 ## |
73 ## LIBRARIES | 76 ## LIBRARIES |