grim/purple-spasm

42059653e981
remove the convey configuration file for now
SOURCES = [
'spasm.c',
'spasm-account.c',
'spasm-chat.c',
'spasm-protocol.c',
'spasm-rest.c',
'spasm-user.c',
]
shared_library(
meson.project_name() + '3',
SOURCES,
name_prefix: '',
dependencies: [PURPLE3, JSON_GLIB, SOUP],
install: true,
install_dir: join_paths(get_option('libdir'), 'purple3'),
)