pidgin/plugins/gevolution/meson.build

branch
meson
changeset 38471
a7ce1d49ac8c
child 38985
f14c99e72ef2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pidgin/plugins/gevolution/meson.build	Mon Aug 29 04:26:44 2016 -0400
@@ -0,0 +1,16 @@
+gevolution_SOURCES = [
+	'add_buddy_dialog.c',
+	'assoc-buddy.c',
+	'gevolution.c',
+	'gevolution.h',
+	'gevo-util.c',
+	'new_person_dialog.c',
+	'eds-utils.c'
+]
+
+if PLUGINS
+	gevolution = library('gevolution', gevolution_SOURCES,
+	    dependencies : EVOLUTION_ADDRESSBOOK + [libpurple_dep, libpidgin_dep, glib],
+	    name_prefix : '',
+	    install : true, install_dir : PIDGIN_PLUGINDIR)
+endif

mercurial