pidgin/plugins/disco/meson.build

branch
meson
changeset 38471
a7ce1d49ac8c
child 39801
2bbed8148402
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/plugins/disco/meson.build	Mon Aug 29 04:26:44 2016 -0400
@@ -0,0 +1,13 @@
+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