3 gntclipboard = library('gntclipboard', 'gntclipboard.c',
4 dependencies : [x11, libpurple_dep, libfinch_dep, glib],
6 install : true, install_dir : FINCH_PLUGINDIR)
8 gntgf = library('gntgf', 'gntgf.c',
9 c_args : ncurses_header,
10 dependencies : [x11, libpurple_dep, libfinch_dep, ncurses, glib],
12 install : true, install_dir : FINCH_PLUGINDIR)
15 gnthistory = library('gnthistory', 'gnthistory.c',
16 dependencies : [libpurple_dep, libfinch_dep, glib],
18 install : true, install_dir : FINCH_PLUGINDIR)
20 gntlastlog = library('gntlastlog', 'lastlog.c',
21 dependencies : [libpurple_dep, libfinch_dep, ncurses, glib],
23 install : true, install_dir : FINCH_PLUGINDIR)
25 gnttinyurl = library('gnttinyurl', 'gnttinyurl.c',
26 dependencies : [libpurple_dep, libfinch_dep, libsoup, glib],
28 install : true, install_dir : FINCH_PLUGINDIR)
30 grouping = library('grouping', 'grouping.c',
31 dependencies : [libpurple_dep, libfinch_dep, glib],
33 install : true, install_dir : FINCH_PLUGINDIR)