grim/purple-spasm

remove the soup logger as we don't really need it right now.
SOURCES = [
'spasm-account.c',
'spasm-account.h',
'spasm-chat.c',
'spasm-chat.h',
'spasm-const.h',
'spasm-plugin.c',
'spasm-rest.c',
'spasm-rest.h',
'spasm-user.c',
'spasm-user.h',
'spasm.h',
]
shared_library(
meson.project_name(),
SOURCES,
name_prefix: '',
dependencies: [PURPLE, JSON_GLIB, SOUP],
install: true,
install_dir: join_paths(get_option('libdir'), 'purple'),
)