pidgin/pidgin

Add Tanweer Ali to the COPYRIGHT file

2021-03-29, Gary Kramlich
1ec9131142c3
Add Tanweer Ali to the COPYRIGHT file
SAMETIME_SOURCES = [
'sametime.c',
'sametime.h',
'im_mime.c',
'im_mime.h',
]
if DYNAMIC_SAMETIME
sametime_prpl = shared_library('sametime', SAMETIME_SOURCES,
c_args : ['-DG_LOG_DOMAIN="sametime"'],
dependencies : [meanwhile, gmime, libpurple_dep, glib],
install : true, install_dir : PURPLE_PLUGINDIR)
subdir('tests')
endif