pidgin/pidgin

Fix brokenness in jingle_google_p2p_add_local_candidate.

2019-11-05, Elliott Sales de Andrade
890547f0fa6e
Fix brokenness in jingle_google_p2p_add_local_candidate.

This seems to have been wrong since it was written (apparently by me).
IRCSOURCES = [
'cmds.c',
'dcc_send.c',
'irc.c',
'irc.h',
'msgs.c',
'parse.c'
]
if DYNAMIC_IRC
irc_prpl = shared_library('irc', IRCSOURCES,
dependencies : [sasl, libpurple_dep, glib, gio, ws2_32],
install : true, install_dir : PURPLE_PLUGINDIR)
endif