pidgin/pidgin

Merged in default (pull request #649)

2019-11-19, Gary Kramlich
2bfdd6552f14
Merged in default (pull request #649)

Clean up PidginMenuTray

Approved-by: Elliott Sales de Andrade
Approved-by: John Bailey
SIMPLESOURCES = [
'http.c',
'http.h',
'ntlm.c',
'ntlm.h',
'simple.c',
'simple.h',
'sipmsg.c',
'sipmsg.h'
]
if DYNAMIC_SIMPLE
simple_prpl = shared_library('simple', SIMPLESOURCES,
dependencies : [libpurple_dep, nettle, glib, gio, ws2_32],
install : true, install_dir : PURPLE_PLUGINDIR)
endif