From ab96aad5815771d5ad53942f2a90b66bcae20af9 Mon Sep 17 00:00:00 2001 From: Felix Riemann Date: Sat, 8 Oct 2016 21:55:49 +0200 Subject: Fix GResource dependency calculation for out-of-tree builds origin commit: https://gitlab.gnome.org/GNOME/eog/commit/f8d3623 --- src/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 57313f8..fd25093 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -180,7 +180,9 @@ BUILT_SOURCES = \ eom-resources.c \ $(MARSHAL_OUTPUT) -eom-resources.c: eom.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(top_srcdir)/data --generate-dependencies eom.gresource.xml) +eom_resources_deps = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(top_srcdir)/data --generate-dependencies $(top_srcdir)/src/eom.gresource.xml) + +eom-resources.c: $(top_srcdir)/src/eom.gresource.xml $(eom_resources_deps) $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) "$<" --target=$@ \ --sourcedir=$(top_srcdir)/data --c-name _eom --generate-source -- cgit v1.2.1