diff options
Diffstat (limited to 'plugins/plugins.mk')
-rw-r--r-- | plugins/plugins.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/plugins.mk b/plugins/plugins.mk index 35bb80c..2f28608 100644 --- a/plugins/plugins.mk +++ b/plugins/plugins.mk @@ -25,9 +25,15 @@ EXTRA_PLUGINS := \ 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/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) |