diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-23 09:36:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-23 09:36:45 +0200 |
commit | 566dc060676b41e1e58a446b7dcc4159e242fee6 (patch) | |
tree | 6eaeba1cf78d3f03b8a1d5bfa998eb104ca47425 /plugins/shotwell-publishing-extras/Makefile | |
parent | 4ea2cc3bd4a7d9b1c54a9d33e6a1cf82e7c8c21d (diff) |
Imported Upstream version 0.20.0upstream/0.20.0
Diffstat (limited to 'plugins/shotwell-publishing-extras/Makefile')
-rw-r--r-- | plugins/shotwell-publishing-extras/Makefile | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/plugins/shotwell-publishing-extras/Makefile b/plugins/shotwell-publishing-extras/Makefile index 51f649f..9259fbb 100644 --- a/plugins/shotwell-publishing-extras/Makefile +++ b/plugins/shotwell-publishing-extras/Makefile @@ -11,17 +11,26 @@ PLUGIN_PKGS := \ json-glib-1.0 SRC_FILES := \ + GalleryConnector.vala \ shotwell-publishing-extras.vala \ YandexPublishing.vala \ TumblrPublishing.vala \ + RajcePublishing.vala \ ../../src/util/string.vala \ ../common/RESTSupport.vala +# RC_FILES must also be added to ../plugins.mk to ensure they're installed properly RC_FILES := \ + gallery3.png \ + gallery3_authentication_pane.glade \ + gallery3_publishing_options_pane.glade \ yandex_publish_model.glade \ tumblr.png \ tumblr_authentication_pane.glade \ - tumblr_publishing_options_pane.glade + tumblr_publishing_options_pane.glade \ + rajce.png \ + rajce_authentication_pane.glade \ + rajce_publishing_options_pane.glade include ../Makefile.plugin.mk |