diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-22 06:39:17 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-03-22 06:39:17 +0100 |
commit | 3253d99365813f2d2ffd05e10cbb8c11f53d746e (patch) | |
tree | 0ab6f04d9051dc4ada1c4f977a01308227767234 /publish.am | |
parent | e69c1b746d63bf794316669471474ab57c8cd40a (diff) |
New upstream version 0.26.0upstream/0.26.0
Diffstat (limited to 'publish.am')
-rw-r--r-- | publish.am | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -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 |