From 4a3f1fdfe1eb3743564adcee35d5513224339260 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 25 Nov 2016 04:10:33 +0100 Subject: New upstream version 0.25.1 --- publish.am | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'publish.am') diff --git a/publish.am b/publish.am index 81bc711..1407713 100644 --- a/publish.am +++ b/publish.am @@ -29,8 +29,17 @@ 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 $< +PUBLISHING_RESOURCE_FILE := $(abs_top_srcdir)/plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml + +PUBLISHING_RESOURCE_DEPS = $(shell $(GLIB_COMPILE_RESOURCES) \ + --sourcedir=$(abs_top_srcdir)/plugins/shotwell-publishing \ + --generate-dependencies $(PUBLISHING_RESOURCE_FILE)) + +plugins/shotwell-publishing/resource.c: $(PUBLISHING_RESOURCE_DEPS) $(PUBLISHING_RESOURCE_FILE) + $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) \ + --target=$@ \ + --sourcedir=$(abs_top_srcdir)/plugins/shotwell-publishing \ + --generate $(PUBLISHING_RESOURCE_FILE) plugins_shotwell_publishing_shotwell_publishing_la_VALAFLAGS = \ $(COMMON_VALAFLAGS) \ -- cgit v1.2.3