From 143bfc9f801c84428074312d661f8e08803df83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Aug 2016 15:09:31 +0200 Subject: Imported Upstream version 0.23.5 --- publish.am | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 publish.am (limited to 'publish.am') diff --git a/publish.am b/publish.am new file mode 100644 index 0000000..194dcb6 --- /dev/null +++ b/publish.am @@ -0,0 +1,57 @@ +plugin_LTLIBRARIES += plugins/shotwell-publishing/shotwell-publishing.la + +dist_noinst_DATA += \ + plugins/shotwell-publishing/facebook.png \ + plugins/shotwell-publishing/flickr.png \ + plugins/shotwell-publishing/picasa.png \ + 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 \ + plugins/shotwell-publishing/piwigo_publishing_options_pane.ui \ + plugins/shotwell-publishing/youtube_publishing_options_pane.ui \ + plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml + +plugins_shotwell_publishing_shotwell_publishing_la_SOURCES = \ + plugins/shotwell-publishing/shotwell-publishing.vala \ + plugins/shotwell-publishing/FacebookPublishing.vala \ + plugins/shotwell-publishing/PicasaPublishing.vala \ + plugins/shotwell-publishing/FlickrPublishing.vala \ + plugins/shotwell-publishing/YouTubePublishing.vala \ + plugins/shotwell-publishing/PiwigoPublishing.vala \ + plugins/shotwell-plugin-common.vapi + +nodist_plugins_shotwell_publishing_shotwell_publishing_la_SOURCES = \ + plugins/shotwell-publishing/resource.c +MOSTLYCLEANFILES += plugins/shotwell-publishing/resource.c + +plugins/shotwell-publishing/resource.c: plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml + $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(abs_top_srcdir)/plugins/shotwell-publishing --generate $< + +plugins_shotwell_publishing_shotwell_publishing_la_VALAFLAGS = \ + $(COMMON_VALAFLAGS) \ + --pkg gtk+-3.0 \ + --pkg libsoup-2.4 \ + --pkg gexiv2 \ + --pkg gee-0.8 \ + --pkg json-glib-1.0 \ + --pkg shotwell-plugin-dev-1.0 \ + --pkg libxml-2.0 \ + --pkg webkit2gtk-4.0 \ + --vapidir $(abs_top_srcdir)/plugins + +plugins_shotwell_publishing_shotwell_publishing_la_CFLAGS = \ + -DPLUGIN_RESOURCE_PATH='"/org/gnome/Shotwell/Publishing"' \ + $(PLUGIN_CFLAGS) \ + $(COMMON_CFLAGS) \ + -I $(top_srcdir)/plugins + +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 -- cgit v1.2.3