4 autoaccept = library('autoaccept', 'autoaccept.c',
5 dependencies : [libpurple_dep, glib],
7 install : true, install_dir : PURPLE_PLUGINDIR)
9 buddynote = library('buddynote', 'buddynote.c',
10 dependencies : [libpurple_dep],
12 install : true, install_dir : PURPLE_PLUGINDIR)
14 codeinline = library('codeinline', 'codeinline.c',
15 dependencies : [libpurple_dep],
18 debug_example = library('debug_example', 'debug_example.c',
19 dependencies : [libpurple_dep],
22 helloworld = library('helloworld', 'helloworld.c',
23 dependencies : [libpurple_dep],
26 idle = library('idle', 'idle.c',
27 dependencies : [libpurple_dep],
29 install : true, install_dir : PURPLE_PLUGINDIR)
31 joinpart = library('joinpart', 'joinpart.c',
32 dependencies : [libpurple_dep],
34 install : true, install_dir : PURPLE_PLUGINDIR)
36 log_reader = library('log_reader', 'log_reader.c',
37 dependencies : [libpurple_dep],
39 install : true, install_dir : PURPLE_PLUGINDIR)
41 notify_example = library('notify_example', 'notify_example.c',
42 dependencies : [libpurple_dep],
45 offlinemsg = library('offlinemsg', 'offlinemsg.c',
46 dependencies : [libpurple_dep],
48 install : true, install_dir : PURPLE_PLUGINDIR)
50 one_time_password = library('one_time_password', 'one_time_password.c',
51 dependencies : [libpurple_dep],
54 pluginpref_example = library('pluginpref_example', 'pluginpref_example.c',
55 dependencies : [libpurple_dep],
58 psychic = library('psychic', 'psychic.c',
59 dependencies : [libpurple_dep],
61 install : true, install_dir : PURPLE_PLUGINDIR)
63 signals_test = library('signals-test', 'signals-test.c',
64 dependencies : [libpurple_dep],
67 simple = library('simple-plugin', 'simple.c',
68 dependencies : [libpurple_dep],
71 statenotify = library('statenotify', 'statenotify.c',
72 dependencies : [libpurple_dep],
74 install : true, install_dir : PURPLE_PLUGINDIR)
76 test_request_input = library('test-request-input', 'test-request-input.c',
77 dependencies : [libpurple_dep],
81 purple_toast = library('purple-toast', 'purple-toast.c',
82 dependencies : [libpurple_dep],
84 install : true, install_dir : PURPLE_PLUGINDIR)