diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-23 09:36:56 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2014-09-23 09:36:56 +0200 |
commit | 8004f1a7ad3cc6a3659517f3374bdf1b63416b24 (patch) | |
tree | b7b82cc6e01cd47d22f660e25508a7d8d555dc89 /plugins/shotwell-publishing-extras/Makefile | |
parent | 28c68a75acac7ac3ce7fb169bc6aa65e16551c53 (diff) | |
parent | 566dc060676b41e1e58a446b7dcc4159e242fee6 (diff) |
Merge tag 'upstream/0.20.0'
Upstream version 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 |