grim/purple-spasm

Cleanup the readme situation a bit

2020-04-19, Gary Kramlich
81c423d0d699
Cleanup the readme situation a bit
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'),
)