From 4ea2cc3bd4a7d9b1c54a9d33e6a1cf82e7c8c21d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 23 Jul 2014 09:06:59 +0200 Subject: Imported Upstream version 0.18.1 --- plugins/plugins.mk | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 plugins/plugins.mk (limited to 'plugins/plugins.mk') diff --git a/plugins/plugins.mk b/plugins/plugins.mk new file mode 100644 index 0000000..35bb80c --- /dev/null +++ b/plugins/plugins.mk @@ -0,0 +1,33 @@ + +PLUGINS := \ + shotwell-transitions \ + shotwell-publishing \ + shotwell-data-imports + +PLUGINS_RC := \ + plugins/shotwell-publishing/facebook.png \ + plugins/shotwell-publishing/facebook_publishing_options_pane.glade \ + plugins/shotwell-publishing/flickr.png \ + plugins/shotwell-publishing/flickr_publishing_options_pane.glade \ + plugins/shotwell-publishing/flickr_pin_entry_pane.glade \ + plugins/shotwell-publishing/picasa.png \ + plugins/shotwell-publishing/picasa_publishing_options_pane.glade \ + plugins/shotwell-publishing/youtube.png \ + plugins/shotwell-publishing/youtube_publishing_options_pane.glade \ + plugins/shotwell-publishing/piwigo.png \ + plugins/shotwell-publishing/piwigo_authentication_pane.glade \ + plugins/shotwell-publishing/piwigo_publishing_options_pane.glade \ + plugins/shotwell-transitions/slideshow-plugin.png + +EXTRA_PLUGINS := \ + shotwell-publishing-extras + +EXTRA_PLUGINS_RC := \ + plugins/shotwell-publishing-extras/yandex_publish_model.glade \ + plugins/shotwell-data-imports/f-spot-24.png \ + plugins/shotwell-publishing-extras/tumblr.png \ + plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade \ + plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.glade + +ALL_PLUGINS := $(PLUGINS) $(EXTRA_PLUGINS) + -- cgit v1.2.3