pidgin/pidgin

Fix sametime mime generation tests on clang.

2019-11-15, Elliott Sales de Andrade
7690a049a466
Fix sametime mime generation tests on clang.

Apparently, it re-orders the random generator calls, resulting in
different test results, but we don't really care about actual numbers.
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