diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-29 23:25:59 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-10-29 23:25:59 +0200 |
commit | 6944ad9f9346341ee0fd120ec3ed0b7b56406436 (patch) | |
tree | ae59422da384a9463c306e1983be5ac46ff97c7d /publish.am | |
parent | 803e11e1c311a7ba4923d8d438eafa7ff62b463d (diff) | |
parent | 72e3d4c55a6569d966059f762824c38d06055871 (diff) |
Merge tag 'upstream/0.25.0'
Upstream version 0.25.0
Diffstat (limited to 'publish.am')
-rw-r--r-- | publish.am | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -12,6 +12,7 @@ dist_noinst_DATA += \ plugins/shotwell-publishing/picasa_publishing_options_pane.ui \ 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/youtube_publishing_options_pane.ui \ plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml @@ -41,12 +42,16 @@ plugins_shotwell_publishing_shotwell_publishing_la_VALAFLAGS = \ --pkg shotwell-plugin-dev-1.0 \ --pkg libxml-2.0 \ --pkg webkit2gtk-4.0 \ + --pkg gcr-3 \ + --pkg gcr-ui-3 \ --vapidir $(abs_top_srcdir)/plugins plugins_shotwell_publishing_shotwell_publishing_la_CFLAGS = \ -DPLUGIN_RESOURCE_PATH='"/org/gnome/Shotwell/Publishing"' \ $(PLUGIN_CFLAGS) \ $(COMMON_CFLAGS) \ + -DGCR_API_SUBJECT_TO_CHANGE \ + $(PUBLISHING_CFLAGS) \ -I $(top_srcdir)/plugins plugins_shotwell_publishing_shotwell_publishing_la_LDFLAGS = \ |