diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 14:35:32 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 14:35:32 +0200 |
commit | e230b6f78546827521107be23797048482c8b193 (patch) | |
tree | 948c1e77382c484819ea399bba4edcdc19cc6bf0 /publish.am | |
parent | 211da5fc3048ca2b6ccee2166b0aaaade55cb84f (diff) | |
parent | 49120f48474fc8fdc2448c75d961bc238213cfac (diff) |
Update upstream source from tag 'upstream/0.28.2'
Update to upstream version '0.28.2'
with Debian dir 811236a8e9a1308bf427065dcb6270419ff4f965
Diffstat (limited to 'publish.am')
-rw-r--r-- | publish.am | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,7 @@ plugin_LTLIBRARIES += plugins/shotwell-publishing/shotwell-publishing.la dist_noinst_DATA += \ plugins/shotwell-publishing/facebook.png \ plugins/shotwell-publishing/flickr.png \ + plugins/shotwell-publishing/tumblr.png \ plugins/shotwell-publishing/picasa.png \ plugins/shotwell-publishing/piwigo.png \ plugins/shotwell-publishing/youtube.png \ @@ -12,6 +13,7 @@ dist_noinst_DATA += \ plugins/shotwell-publishing/piwigo_authentication_pane.ui \ plugins/shotwell-publishing/piwigo_publishing_options_pane.ui \ plugins/shotwell-publishing/piwigo_ssl_failure_pane.ui \ + plugins/shotwell-publishing/tumblr_publishing_options_pane.ui \ plugins/shotwell-publishing/youtube_publishing_options_pane.ui \ plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml @@ -20,6 +22,7 @@ plugins_shotwell_publishing_shotwell_publishing_la_SOURCES = \ plugins/shotwell-publishing/FacebookPublishing.vala \ plugins/shotwell-publishing/PicasaPublishing.vala \ plugins/shotwell-publishing/FlickrPublishing.vala \ + plugins/shotwell-publishing/TumblrPublishing.vala \ plugins/shotwell-publishing/YouTubePublishing.vala \ plugins/shotwell-publishing/PiwigoPublishing.vala \ plugins/shotwell-plugin-common.vapi \ |