gplugin/gplugin

Remove the convey directory since we don't want docker hub to rebuild our images for every commit including ones that don't touch the images
shared_library('gplugin-license-check',
'gplugin-license-check.c',
name_prefix : '',
dependencies : [gplugin_dep],
install : true,
install_dir : join_paths(get_option('libdir'), 'gplugin'))