comparison libpurple/protocols/qq/Makefile.am @ 23050:51dbe83ebbd3

patch-04-tcp-pending
author SHiNE CsyFeK <csyfek@gmail.com>
date Tue, 24 Jun 2008 12:22:40 +0000
parents b8572b937c09
children 55f986ccbb6a
comparison
equal deleted inserted replaced
23049:190bc4ecf6c3 23050:51dbe83ebbd3
50 login_logout.h \ 50 login_logout.h \
51 packet_parse.c \ 51 packet_parse.c \
52 packet_parse.h \ 52 packet_parse.h \
53 qq.c \ 53 qq.c \
54 qq.h \ 54 qq.h \
55 qq_proxy.c \ 55 qq_network.c \
56 qq_proxy.h \ 56 qq_network.h \
57 recv_core.c \
58 recv_core.h \
59 send_core.c \
60 send_core.h \
61 send_file.c \ 57 send_file.c \
62 send_file.h \ 58 send_file.h \
63 sendqueue.c \ 59 sendqueue.c \
64 sendqueue.h \ 60 sendqueue.h \
65 sys_msg.c \ 61 sys_msg.c \
66 sys_msg.h \ 62 sys_msg.h \
67 udp_proxy_s5.c \
68 udp_proxy_s5.h \
69 utils.c \ 63 utils.c \
70 utils.h 64 utils.h
71 65
72 AM_CFLAGS = $(st) 66 AM_CFLAGS = $(st)
73 67