comparison src/protocols/oscar/Makefile.am @ 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 e9802db22b06
comparison
equal deleted inserted replaced
13233:f09c6e8df82c 13234:f2431a7e33aa
4 Makefile.mingw 4 Makefile.mingw
5 5
6 pkgdir = $(libdir)/gaim 6 pkgdir = $(libdir)/gaim
7 7
8 OSCARSOURCES = \ 8 OSCARSOURCES = \
9 admin.c \ 9 bstream.c \
10 adverts.c \ 10 conn.c \
11 aim.h \ 11 family_admin.c \
12 aim_cbtypes.h \ 12 family_advert.c \
13 aim_internal.h \ 13 family_alert.c \
14 auth.c \ 14 family_auth.c \
15 bart.c \ 15 family_bart.c \
16 bos.c \ 16 family_bos.c \
17 bstream.c \ 17 family_buddy.c \
18 buddylist.c \ 18 family_chat.c \
19 chat.c \ 19 family_chatnav.c \
20 chatnav.c \ 20 family_icq.c \
21 conn.c \ 21 family_icbm.c \
22 email.c \ 22 family_invite.c \
23 ft.c \ 23 family_locate.c \
24 icq.c \ 24 family_odir.c \
25 im.c \ 25 family_oservice.c \
26 invite.c \ 26 family_popup.c \
27 locate.c \ 27 family_feedbag.c \
28 family_stats.c \
29 family_translate.c \
30 family_userlookup.c \
28 misc.c \ 31 misc.c \
29 msgcookie.c \ 32 msgcookie.c \
30 odir.c \ 33 oscar.c \
31 popups.c \ 34 oscar.h \
32 rxhandlers.c \ 35 oscar_internal.h \
33 rxqueue.c \ 36 peer.c \
34 search.c \ 37 peer.h \
35 service.c \ 38 rxhandlers.c \
36 snac.c \ 39 rxqueue.c \
37 ssi.c \ 40 snac.c \
38 stats.c \ 41 snactypes.h \
39 tlv.c \ 42 tlv.c \
40 translate.c \ 43 txqueue.c \
41 txqueue.c \ 44 util.c
42 util.c \
43 oscar.c
44 45
45 AM_CFLAGS = $(st) 46 AM_CFLAGS = $(st)
46 47
47 liboscar_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS) 48 liboscar_la_LDFLAGS = -module -avoid-version $(GLIB_LIBS)
48 49