grim/purple-spasm

fix crash when cancelling access token dialog
default tip
22 months ago, ivanhoe
7e6f6052f038
fix crash when cancelling access token dialog

Reviewed at https://reviews.imfreedom.org/r/1506/
SOURCES = [
'spasm-account.c',
'spasm-account.h',
'spasm-chat.c',
'spasm-chat.h',
'spasm-commands.c',
'spasm-commands.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, GLIB, JSON_GLIB, SOUP],
install: true,
install_dir: join_paths(get_option('libdir'), 'purple'),
)