summaryrefslogtreecommitdiff
path: root/authenticator.am
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2018-07-09 12:10:38 +0200
committerJörg Frings-Fürst <debian@jff.email>2018-07-09 12:10:38 +0200
commit709e2d6f5652ec90c194a4ec2b530bebc6f952cb (patch)
tree496b2f3899e1d5728ee9ae76095cc5056c317447 /authenticator.am
parentf1353e9ffd34db5f755c7da0b3f9c10638fbfd38 (diff)
parent5c8be07095cc04a6d8a95204b0504fd7ab030154 (diff)
Merge branch 'release/0.28.3-1'0.28.3-1
Diffstat (limited to 'authenticator.am')
-rw-r--r--authenticator.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/authenticator.am b/authenticator.am
index abc0fa3..2de83ed 100644
--- a/authenticator.am
+++ b/authenticator.am
@@ -1,7 +1,7 @@
lib_LTLIBRARIES += plugins/authenticator/libshotwell-authenticator.la
dist_noinst_DATA += \
- plugins/authenticator/shotwell/flickr_pin_entry_pane.ui \
+ plugins/authenticator/shotwell/tumblr_authentication_pane.ui \
plugins/authenticator/shotwell/org.gnome.Shotwell.Authenticator.gresource.xml \
plugins/authenticator/shotwell-authenticator.h
@@ -38,7 +38,7 @@ MOSTLYCLEANFILES += plugins/authenticator/resource.c
AUTHENTICATOR_RESOURCE_DEPS = $(shell $(GLIB_COMPILE_RESOURCES) \
--sourcedir=$(AUTHENTICATOR_RESOURCE_SOURCEDIR) \
- --generate-dependencies $(AUTHENTICATOR_SHOTWELL_RESOURCE_FILE))
+ --generate-dependencies $(AUTHENTICATOR_RESOURCE_FILE))
plugins/authenticator/resource.c: $(AUTHENTICATOR_RESOURCE_DEPS) $(AUTHENTICATOR_RESOURCE_FILE)
$(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) \
@@ -54,5 +54,7 @@ plugins_authenticator_libshotwell_authenticator_la_SOURCES += \
plugins/authenticator/shotwell/ShotwellAuthenticatorFactory.vala \
plugins/authenticator/shotwell/FacebookPublishingAuthenticator.vala \
plugins/authenticator/shotwell/FlickrPublishingAuthenticator.vala \
- plugins/authenticator/shotwell/GoogleAuthenticator.vala
+ plugins/authenticator/shotwell/GoogleAuthenticator.vala \
+ plugins/authenticator/shotwell/OAuth1Authenticator.vala \
+ plugins/authenticator/shotwell/TumblrAuthenticator.vala
endif