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 /Makefile.am | |
parent | 803e11e1c311a7ba4923d8d438eafa7ff62b463d (diff) | |
parent | 72e3d4c55a6569d966059f762824c38d06055871 (diff) |
Merge tag 'upstream/0.25.0'
Upstream version 0.25.0
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 624642b..e47126b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,7 @@ lib_LTLIBRARIES = \ plugins_common_libshotwell_plugin_common_la_SOURCES = \ plugins/common/RESTSupport.vala \ plugins/common/Resources.vala \ + plugins/common/WebAuthenticationPane.vala \ plugins/shotwell-plugin-dev-1.0.vapi $(top_srcdir)/plugins/shotwell-plugin-common.vapi plugins/shotwell-plugin-common.h: \ @@ -73,6 +74,7 @@ plugins_common_libshotwell_plugin_common_la_VALAFLAGS = \ plugins_common_libshotwell_plugin_common_la_CFLAGS = \ $(PLUGIN_CFLAGS) \ + -Wno-incompatible-pointer-types -Wno-discarded-qualifiers \ -DGETTEXT_PACKAGE='"$(GETTEXT_PACKAGE)"' \ -I $(top_srcdir)/plugins -I$(top_builddir)/plugins |