From 3253d99365813f2d2ffd05e10cbb8c11f53d746e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 22 Mar 2017 06:39:17 +0100 Subject: New upstream version 0.26.0 --- .../shotwell-publishing-extras.vala | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala') diff --git a/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala b/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala index 9e70d30..2f47771 100644 --- a/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala +++ b/plugins/shotwell-publishing-extras/shotwell-publishing-extras.vala @@ -10,10 +10,21 @@ private class ShotwellPublishingExtraServices : Object, Spit.Module { private Spit.Pluggable[] pluggables = new Spit.Pluggable[0]; public ShotwellPublishingExtraServices(GLib.File module_file) { +#if HAVE_YANDEX pluggables += new YandexService(); +#endif + +#if HAVE_TUMBLR pluggables += new TumblrService(module_file.get_parent()); +#endif + +#if HAVE_RAJCE pluggables += new RajceService(module_file.get_parent()); +#endif + +#if HAVE_GALLERY3 pluggables += new Gallery3Service(module_file.get_parent()); +#endif } public unowned string get_module_name() { -- cgit v1.2.3