pidgin/pidgin

Merged in default (pull request #655)

2019-12-10, Gary Kramlich
905872c9dd7a
Merged in default (pull request #655)

Now that the plugin dialog shows more information we can remove the debug plugin info dialog
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