diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-20 15:11:08 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-08-20 15:11:08 +0200 |
commit | cb612a12b952e349b96d427645aaeb55d15f509a (patch) | |
tree | f29298f41d2a7ea2a976616243aca64c2c2547ce /plugins/plugins.mk | |
parent | e7be93745e4a2ff3aa255227bef7b9d3b733aafa (diff) | |
parent | 143bfc9f801c84428074312d661f8e08803df83b (diff) |
Merge tag 'upstream/0.23.5'
Upstream version 0.23.5
Diffstat (limited to 'plugins/plugins.mk')
-rw-r--r-- | plugins/plugins.mk | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/plugins/plugins.mk b/plugins/plugins.mk deleted file mode 100644 index 687ceeb..0000000 --- a/plugins/plugins.mk +++ /dev/null @@ -1,40 +0,0 @@ - -PLUGINS := \ - common \ - 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/gallery3.png \ - plugins/shotwell-publishing-extras/gallery3_authentication_pane.glade \ - plugins/shotwell-publishing-extras/gallery3_publishing_options_pane.glade \ - plugins/shotwell-publishing-extras/tumblr.png \ - plugins/shotwell-publishing-extras/tumblr_authentication_pane.glade \ - plugins/shotwell-publishing-extras/tumblr_publishing_options_pane.glade \ - plugins/shotwell-publishing-extras/rajce.png \ - plugins/shotwell-publishing-extras/rajce_authentication_pane.glade \ - plugins/shotwell-publishing-extras/rajce_publishing_options_pane.glade - -ALL_PLUGINS := $(PLUGINS) $(EXTRA_PLUGINS) - |