From 7c96b06f6aa4b83425b26156b0971c9b18ac92d9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 21 Jan 2013 21:58:40 -0500 Subject: [PATCH] build: Fix parallel make issue in GResource change We need deps on the generated files for both header and source. --- services/evolution-source-registry/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/evolution-source-registry/Makefile.am b/services/evolution-source-registry/Makefile.am index 3f7ba0c..da9110a 100644 --- a/services/evolution-source-registry/Makefile.am +++ b/services/evolution-source-registry/Makefile.am @@ -73,7 +73,7 @@ evolution_source_registry_LDADD = \ $(SOUP_LIBS) \ $(NULL) -evolution-source-registry-resource.h: evolution-source-registry-resource.xml +evolution-source-registry-resource.h: evolution-source-registry-resource.xml $(builtin_sources) $(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) \ $(srcdir)/evolution-source-registry-resource.xml \ --target=$@ \ -- 2.7.4