rename accountopt.[ch] to purpleaccountoption.[ch]
[pidgin-git.git] / libpurple / protocols / gg / meson.build
blob6f224a7fb905d71383ff999ee11f8274a64ce7a5
1 GGSOURCES = [
2         'avatar.c',
3         'avatar.h',
4         'blist.c',
5         'blist.h',
6         'chat.c',
7         'chat.h',
8         'edisc.c',
9         'edisc.h',
10         'gg.c',
11         'gg.h',
12         'html.c',
13         'html.h',
14         'image-prpl.c',
15         'image-prpl.h',
16         'keymapper.c',
17         'keymapper.h',
18         'libgadu-events.c',
19         'libgadu-events.h',
20         'libgaduw.c',
21         'libgaduw.h',
22         'message-prpl.c',
23         'message-prpl.h',
24         'multilogon.c',
25         'multilogon.h',
26         'pubdir-prpl.c',
27         'pubdir-prpl.h',
28         'purplew.c',
29         'purplew.h',
30         'resolver-purple.c',
31         'resolver-purple.h',
32         'roster.c',
33         'roster.h',
34         'servconn.c',
35         'servconn.h',
36         'status.c',
37         'status.h',
38         'tcpsocket.c',
39         'tcpsocket.h',
40         'utils.c',
41         'utils.h',
42         'validator.c',
43         'validator.h',
44         'xml.c',
45         'xml.h',
46         'oauth/oauth.c',
47         'oauth/oauth.h',
48         'oauth/oauth-parameter.c',
49         'oauth/oauth-parameter.h',
50         'oauth/oauth-purple.c',
51         'oauth/oauth-purple.h'
54 if DYNAMIC_GG
55         gg_prpl = shared_library('gg', GGSOURCES,
56             dependencies : [libgadu, json, libpurple_dep, glib],
57             install : true, install_dir : PURPLE_PLUGINDIR)
58 endif