pidgin/plugins/disco/meson.build

Fri, 09 Aug 2019 00:41:13 -0400

author
Elliott Sales de Andrade <qulogic@pidgin.im>
date
Fri, 09 Aug 2019 00:41:13 -0400
changeset 39785
aa7e3b71802d
parent 38471
a7ce1d49ac8c
child 39801
2bbed8148402
permissions
-rw-r--r--

Split pidgin_account_option_menu into its own files.

xmppdisco_SOURCES = [
	'gtkdisco.c',
	'gtkdisco.h',
	'xmppdisco.c',
	'xmppdisco.h'
]

if PLUGINS
	xmppdisco = library('xmppdisco', xmppdisco_SOURCES,
	    dependencies : [libpurple_dep, libpidgin_dep, glib],
	    name_prefix : '',
	    install : true, install_dir : PIDGIN_PLUGINDIR)
endif

mercurial