Replace functions which called once with their bodies
[pidgin-git.git] / libpurple / plugins / meson.build
blobe4098d063549b54593a3bdb77020e5ea128aa60c
1 subdir('keyrings')
3 if PLUGINS
4         autoaccept = library('autoaccept', 'autoaccept.c',
5             dependencies : [libpurple_dep, glib],
6             name_prefix : '',
7             install : true, install_dir : PURPLE_PLUGINDIR)
9         buddynote = library('buddynote', 'buddynote.c',
10             dependencies : [libpurple_dep],
11             name_prefix : '',
12             install : true, install_dir : PURPLE_PLUGINDIR)
14         codeinline = library('codeinline', 'codeinline.c',
15             dependencies : [libpurple_dep],
16             name_prefix : '')
18         debug_example = library('debug_example', 'debug_example.c',
19             dependencies : [libpurple_dep],
20             name_prefix : '')
22         helloworld = library('helloworld', 'helloworld.c',
23             dependencies : [libpurple_dep],
24             name_prefix : '')
26         idle = library('idle', 'idle.c',
27             dependencies : [libpurple_dep],
28             name_prefix : '',
29             install : true, install_dir : PURPLE_PLUGINDIR)
31         joinpart = library('joinpart', 'joinpart.c',
32             dependencies : [libpurple_dep],
33             name_prefix : '',
34             install : true, install_dir : PURPLE_PLUGINDIR)
36         log_reader = library('log_reader', 'log_reader.c',
37             dependencies : [libpurple_dep],
38             name_prefix : '',
39             install : true, install_dir : PURPLE_PLUGINDIR)
41         notify_example = library('notify_example', 'notify_example.c',
42             dependencies : [libpurple_dep],
43             name_prefix : '')
45         offlinemsg = library('offlinemsg', 'offlinemsg.c',
46             dependencies : [libpurple_dep],
47             name_prefix : '',
48             install : true, install_dir : PURPLE_PLUGINDIR)
50         one_time_password = library('one_time_password', 'one_time_password.c',
51             dependencies : [libpurple_dep],
52             name_prefix : '')
54         pluginpref_example = library('pluginpref_example', 'pluginpref_example.c',
55             dependencies : [libpurple_dep],
56             name_prefix : '')
58         psychic = library('psychic', 'psychic.c',
59             dependencies : [libpurple_dep],
60             name_prefix : '',
61             install : true, install_dir : PURPLE_PLUGINDIR)
63         signals_test = library('signals-test', 'signals-test.c',
64             dependencies : [libpurple_dep],
65             name_prefix : '')
67         simple = library('simple-plugin', 'simple.c',
68             dependencies : [libpurple_dep],
69             name_prefix : '')
71         statenotify = library('statenotify', 'statenotify.c',
72             dependencies : [libpurple_dep],
73             name_prefix : '',
74             install : true, install_dir : PURPLE_PLUGINDIR)
76         test_request_input = library('test-request-input', 'test-request-input.c',
77                 dependencies : [libpurple_dep],
78                 name_prefix : '',
79         )
81         purple_toast = library('purple-toast', 'purple-toast.c',
82                 dependencies : [libpurple_dep],
83                 name_prefix: '',
84                 install : true, install_dir : PURPLE_PLUGINDIR)
86 endif  # PLUGINS