comparison libgaim/protocols/qq/Makefile.am @ 15072:902f3621aa13

[gaim-migrate @ 17855] Use the QQ faces as buddy icons instead of status icons. Also, a few minor cleanups and a bug fix for faces > 33. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Thu, 30 Nov 2006 10:30:13 +0000
parents 69590c55c748
children e952a5fc97b3
comparison
equal deleted inserted replaced
15071:97ae8709d6dc 15072:902f3621aa13
2 Makefile.mingw 2 Makefile.mingw
3 3
4 pkgdir = $(libdir)/gaim 4 pkgdir = $(libdir)/gaim
5 5
6 QQSOURCES = \ 6 QQSOURCES = \
7 utils.c \
8 utils.h \
9 packet_parse.c \
10 packet_parse.h \
11 buddy_info.c \ 7 buddy_info.c \
12 buddy_info.h \ 8 buddy_info.h \
13 buddy_list.c \ 9 buddy_list.c \
14 buddy_list.h \ 10 buddy_list.h \
15 buddy_opt.c \ 11 buddy_opt.c \
16 buddy_opt.h \ 12 buddy_opt.h \
17 buddy_status.c \ 13 buddy_status.c \
18 buddy_status.h \ 14 buddy_status.h \
19 qq.c \
20 char_conv.c \ 15 char_conv.c \
21 char_conv.h \ 16 char_conv.h \
22 crypt.c \ 17 crypt.c \
23 crypt.h \ 18 crypt.h \
19 file_trans.c \
20 file_trans.h \
24 group.c \ 21 group.c \
25 group.h \ 22 group.h \
26 group_conv.c \ 23 group_conv.c \
27 group_conv.h \ 24 group_conv.h \
28 group_find.c \ 25 group_find.c \
43 group_network.h \ 40 group_network.h \
44 group_opt.c \ 41 group_opt.c \
45 group_opt.h \ 42 group_opt.h \
46 group_search.c \ 43 group_search.c \
47 group_search.h \ 44 group_search.h \
48 qq.h \
49 header_info.c \ 45 header_info.c \
50 header_info.h \ 46 header_info.h \
51 im.c \ 47 im.c \
52 im.h \ 48 im.h \
53 keep_alive.c \ 49 keep_alive.c \
54 keep_alive.h \ 50 keep_alive.h \
55 login_logout.c \ 51 login_logout.c \
56 login_logout.h \ 52 login_logout.h \
53 packet_parse.c \
54 packet_parse.h \
55 qq.c \
56 qq.h \
57 qq_proxy.c \ 57 qq_proxy.c \
58 qq_proxy.h \ 58 qq_proxy.h \
59 recv_core.c \ 59 recv_core.c \
60 recv_core.h \ 60 recv_core.h \
61 send_core.c \ 61 send_core.c \
62 send_core.h \ 62 send_core.h \
63 send_file.c \
64 send_file.h \
63 sendqueue.c \ 65 sendqueue.c \
64 sendqueue.h \ 66 sendqueue.h \
65 sys_msg.c \ 67 sys_msg.c \
66 sys_msg.h \ 68 sys_msg.h \
67 udp_proxy_s5.c \ 69 udp_proxy_s5.c \
68 udp_proxy_s5.h \ 70 udp_proxy_s5.h \
69 send_file.c \ 71 utils.c \
70 send_file.h \ 72 utils.h
71 file_trans.c \
72 file_trans.h
73 73
74 AM_CFLAGS = $(st) 74 AM_CFLAGS = $(st)
75 75
76 libqq_la_LDFLAGS = -module -avoid-version 76 libqq_la_LDFLAGS = -module -avoid-version
77 77
92 endif 92 endif
93 93
94 AM_CPPFLAGS = \ 94 AM_CPPFLAGS = \
95 -I$(top_srcdir)/libgaim \ 95 -I$(top_srcdir)/libgaim \
96 -DVERSION=\"$(VERSION)\" \ 96 -DVERSION=\"$(VERSION)\" \
97 -DDATADIR=\"$(datadir)\" \ 97 -DQQBUDDYICONDIR=\"$(datadir)/pixmaps/gaim/buddy_icons/qq\" \
98 $(DEBUG_CFLAGS) \ 98 $(DEBUG_CFLAGS) \
99 $(GLIB_CFLAGS) \ 99 $(GLIB_CFLAGS) \
100 $(GAIM_CFLAGS) 100 $(GAIM_CFLAGS)