diff -r c6e12d79611c -r a7ce1d49ac8c pidgin/plugins/disco/meson.build --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pidgin/plugins/disco/meson.build Mon Aug 29 04:26:44 2016 -0400 @@ -0,0 +1,13 @@ +xmppdisco_SOURCES = [ + 'gtkdisco.c', + 'gtkdisco.h', + 'xmppdisco.c', + 'xmppdisco.h' +] + +if PLUGINS + xmppdisco = library('xmppdisco', xmppdisco_SOURCES, + dependencies : [libpurple_dep, libpidgin_dep, glib], + name_prefix : '', + install : true, install_dir : PIDGIN_PLUGINDIR) +endif