pidgin/pidgin

Addressed comments from pull request #633 review
memory-leaks
2019-12-20, Fabrice Bellet
8785aa7408b0
Addressed comments from pull request #633 review
NULLSOURCES = [
'nullprpl.h',
'nullprpl.c'
]
# nullprpl isn't built by default; when it is built, it's dynamically linked
if DYNAMIC_NULL
null_prpl = shared_library('null', NULLSOURCES,
dependencies : [libpurple_dep, glib],
install : false, install_dir : PURPLE_PLUGINDIR)
endif