libpurple/protocols/sametime/meson.build

Tue, 02 Jul 2019 03:07:40 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 02 Jul 2019 03:07:40 -0500
changeset 39669
bab07ecb9330
parent 39526
4f678f514b69
child 40673
16127907763b
permissions
-rw-r--r--

Make PurpleXfer a derivable type and create subclasses in all the protocols that support file transfers

SAMETIMESOURCES = [
	'sametime.c',
	'sametime.h',
	'im_mime.c',
	'im_mime.h',
]

if DYNAMIC_SAMETIME
	sametime_prpl = shared_library('sametime', SAMETIMESOURCES,
	    c_args : ['-DG_LOG_DOMAIN="sametime"'],
	    dependencies : [meanwhile, gmime, libpurple_dep, glib],
	    install : true, install_dir : PURPLE_PLUGINDIR)

	subdir('tests')
endif

mercurial