From 3253d99365813f2d2ffd05e10cbb8c11f53d746e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 22 Mar 2017 06:39:17 +0100 Subject: New upstream version 0.26.0 --- publish.am | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'publish.am') diff --git a/publish.am b/publish.am index 1407713..799765a 100644 --- a/publish.am +++ b/publish.am @@ -7,7 +7,6 @@ dist_noinst_DATA += \ plugins/shotwell-publishing/piwigo.png \ plugins/shotwell-publishing/youtube.png \ plugins/shotwell-publishing/facebook_publishing_options_pane.ui \ - plugins/shotwell-publishing/flickr_pin_entry_pane.ui \ plugins/shotwell-publishing/flickr_publishing_options_pane.ui \ plugins/shotwell-publishing/picasa_publishing_options_pane.ui \ plugins/shotwell-publishing/piwigo_authentication_pane.ui \ @@ -23,7 +22,9 @@ plugins_shotwell_publishing_shotwell_publishing_la_SOURCES = \ plugins/shotwell-publishing/FlickrPublishing.vala \ plugins/shotwell-publishing/YouTubePublishing.vala \ plugins/shotwell-publishing/PiwigoPublishing.vala \ - plugins/shotwell-plugin-common.vapi + plugins/shotwell-plugin-common.vapi \ + plugins/authenticator/shotwell-authenticator.vapi \ + vapi/libgdata.vapi nodist_plugins_shotwell_publishing_shotwell_publishing_la_SOURCES = \ plugins/shotwell-publishing/resource.c @@ -43,6 +44,7 @@ plugins/shotwell-publishing/resource.c: $(PUBLISHING_RESOURCE_DEPS) $(PUBLISHING plugins_shotwell_publishing_shotwell_publishing_la_VALAFLAGS = \ $(COMMON_VALAFLAGS) \ + @PUBLISHER_VALAFLAGS@ \ --pkg gtk+-3.0 \ --pkg libsoup-2.4 \ --pkg gexiv2 \ @@ -61,11 +63,13 @@ plugins_shotwell_publishing_shotwell_publishing_la_CFLAGS = \ $(COMMON_CFLAGS) \ -DGCR_API_SUBJECT_TO_CHANGE \ $(PUBLISHING_CFLAGS) \ - -I $(top_srcdir)/plugins + -I $(top_srcdir)/plugins \ + -I $(top_srcdir)/plugins/authenticator plugins_shotwell_publishing_shotwell_publishing_la_LDFLAGS = \ $(SHOTWELL_PLUGIN_LDFLAGS) plugins_shotwell_publishing_shotwell_publishing_la_LIBADD = \ $(PUBLISHING_LIBS) \ - $(top_builddir)/plugins/common/libshotwell-plugin-common.la + $(top_builddir)/plugins/common/libshotwell-plugin-common.la \ + $(top_builddir)/plugins/authenticator/libshotwell-authenticator.la -- cgit v1.2.3