[shotwell] Fix resource dependency generation
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [shotwell] Fix resource dependency generation
- Date: Sun, 20 Nov 2016 22:54:28 +0000 (UTC)
commit a409642472f9609e470ed9216b944c0c87f47637
Author: Jens Georg <mail jensge org>
Date: Sun Nov 20 23:48:22 2016 +0100
Fix resource dependency generation
Signed-off-by: Jens Georg <mail jensge org>
publish.am | 2 +-
shotwell.am | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/publish.am b/publish.am
index b74f5b9..1407713 100644
--- a/publish.am
+++ b/publish.am
@@ -29,7 +29,7 @@ nodist_plugins_shotwell_publishing_shotwell_publishing_la_SOURCES = \
plugins/shotwell-publishing/resource.c
MOSTLYCLEANFILES += plugins/shotwell-publishing/resource.c
-PUBLISHING_RESOURCE_FILE := plugins/shotwell-publishing/org.gnome.Shotwell.Publishing.gresource.xml
+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 \
diff --git a/shotwell.am b/shotwell.am
index 39c14a0..1422009 100644
--- a/shotwell.am
+++ b/shotwell.am
@@ -29,7 +29,7 @@ MOSTLYCLEANFILES += src/resource.c
shotwell_resource_deps = $(shell $(GLIB_COMPILE_RESOURCES) \
--sourcedir=$(abs_top_srcdir)/icons \
--sourcedir=$(abs_top_srcdir)/ui \
- --generate-dependencies src/org.gnome.Shotwell.gresource.xml)
+ --generate-dependencies $(abs_top_srcdir)/src/org.gnome.Shotwell.gresource.xml)
src/resource.c: src/org.gnome.Shotwell.gresource.xml $(shotwell_resource_deps)
$(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]