Mercurial > pidgin
comparison src/protocols/oscar/Makefile.mingw @ 13234:f2431a7e33aa
[gaim-migrate @ 15600]
Massive oscar shuffling. No change in functionality.
I renamed each of the files that contains stuff for a SNAC family.
I started splitting the file transfer/direct connect stuff into
peer.c and peer.h. I stopped using fu8_t, fu16_t and fu32_t and
switched to guint8, guint16 and guint32 instead. I changed the
SNAC family and subtype defines so they are more meaningful.
Added LGPL copyright header to each file. Added myself to the
AUTHORS file.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sat, 11 Feb 2006 21:45:18 +0000 |
parents | 677a3862260f |
children | 1e855032d7bc |
comparison
equal
deleted
inserted
replaced
13233:f09c6e8df82c | 13234:f2431a7e33aa |
---|---|
65 | 65 |
66 ## | 66 ## |
67 ## SOURCES, OBJECTS | 67 ## SOURCES, OBJECTS |
68 ## | 68 ## |
69 | 69 |
70 C_SRC = admin.c \ | 70 C_SRC = \ |
71 adverts.c \ | 71 bstream.c \ |
72 auth.c \ | 72 conn.c \ |
73 bart.c \ | 73 family_admin.c \ |
74 bos.c \ | 74 family_advert.c \ |
75 bstream.c \ | 75 family_alert.c \ |
76 buddylist.c \ | 76 family_auth.c \ |
77 chat.c \ | 77 family_bart.c \ |
78 chatnav.c \ | 78 family_bos.c \ |
79 conn.c \ | 79 family_buddylist.c \ |
80 email.c \ | 80 family_chat.c \ |
81 ft.c \ | 81 family_chatnav.c \ |
82 icq.c \ | 82 family_icq.c \ |
83 im.c \ | 83 family_icbm.c \ |
84 invite.c \ | 84 family_invite.c \ |
85 locate.c \ | 85 family_locate.c \ |
86 misc.c \ | 86 family_odir.c \ |
87 msgcookie.c \ | 87 family_popup.c \ |
88 odir.c \ | 88 family_oservice.c \ |
89 popups.c \ | 89 family_feedbag.c \ |
90 rxhandlers.c \ | 90 family_stats.c \ |
91 rxqueue.c \ | 91 family_translate.c \ |
92 search.c \ | 92 family_userlookup.c \ |
93 service.c \ | 93 misc.c \ |
94 snac.c \ | 94 msgcookie.c \ |
95 ssi.c \ | 95 oscar.c \ |
96 stats.c \ | 96 peer.c \ |
97 tlv.c \ | 97 rxhandlers.c \ |
98 translate.c \ | 98 rxqueue.c \ |
99 txqueue.c \ | 99 snac.c \ |
100 util.c \ | 100 tlv.c \ |
101 oscar.c | 101 txqueue.c \ |
102 util.c | |
102 | 103 |
103 | 104 |
104 OBJECTS = $(C_SRC:%.c=%.o) | 105 OBJECTS = $(C_SRC:%.c=%.o) |
105 | 106 |
106 | 107 |