summaryrefslogtreecommitdiff
path: root/publish.am
diff options
context:
space:
mode:
Diffstat (limited to 'publish.am')
-rw-r--r--publish.am12
1 files changed, 8 insertions, 4 deletions
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