comparison src/protocols/qq/Makefile.am @ 13989:16102b9c5c4a

[gaim-migrate @ 16562] *Eliminated all Gtk-related code from the prpl. Notably, this included the group ("Qun") administrative dialog and a dialog for setting and viewing personal information. Code for the latter now uses the gaim UI, while the former is currently disabled. *Disabled a few non-functional/non-essential menu actions. These included: IP lookup, system logging, about dialog, and qq_buddy_menu. committer: Tailor Script <tailor@pidgin.im>
author Mark Huetsch <markhuetsch>
date Mon, 24 Jul 2006 13:39:12 +0000
parents a1b99fa5faa1
children f78289db8977
comparison
equal deleted inserted replaced
13988:4d5cc9e4cb12 13989:16102b9c5c4a
19 qq.c \ 19 qq.c \
20 char_conv.c \ 20 char_conv.c \
21 char_conv.h \ 21 char_conv.h \
22 crypt.c \ 22 crypt.c \
23 crypt.h \ 23 crypt.h \
24 group_admindlg.c \
25 group_admindlg.h \
26 group.c \ 24 group.c \
27 group_conv.c \ 25 group_conv.c \
28 group_conv.h \ 26 group_conv.h \
29 group_find.c \ 27 group_find.c \
30 group_find.h \ 28 group_find.h \
50 qq.h \ 48 qq.h \
51 header_info.c \ 49 header_info.c \
52 header_info.h \ 50 header_info.h \
53 im.c \ 51 im.c \
54 im.h \ 52 im.h \
55 infodlg.c \
56 infodlg.h \
57 ip_location.c \ 53 ip_location.c \
58 ip_location.h \ 54 ip_location.h \
59 keep_alive.c \ 55 keep_alive.c \
60 keep_alive.h \ 56 keep_alive.h \
61 login_logout.c \ 57 login_logout.c \
66 recv_core.h \ 62 recv_core.h \
67 send_core.c \ 63 send_core.c \
68 send_core.h \ 64 send_core.h \
69 sendqueue.c \ 65 sendqueue.c \
70 sendqueue.h \ 66 sendqueue.h \
71 show.c \
72 show.h \
73 sys_msg.c \ 67 sys_msg.c \
74 sys_msg.h \ 68 sys_msg.h \
75 udp_proxy_s5.c \ 69 udp_proxy_s5.c \
76 udp_proxy_s5.h \ 70 udp_proxy_s5.h \
77 send_file.c \ 71 send_file.c \
102 -I$(top_srcdir)/src \ 96 -I$(top_srcdir)/src \
103 -DDATADIR=\"${datadir}\" \ 97 -DDATADIR=\"${datadir}\" \
104 -DLOCALEDIR=\"${datadir}/locale\" \ 98 -DLOCALEDIR=\"${datadir}/locale\" \
105 -DVERSION=\"$(VERSION)\" \ 99 -DVERSION=\"$(VERSION)\" \
106 $(DEBUG_CFLAGS) \ 100 $(DEBUG_CFLAGS) \
107 $(GTK_CFLAGS) \
108 $(GLIB_CFLAGS) \ 101 $(GLIB_CFLAGS) \
109 $(GAIM_CFLAGS) 102 $(GAIM_CFLAGS)