[evolution-data-server] build: Fix parallel make issue in GResource change



commit 7c96b06f6aa4b83425b26156b0971c9b18ac92d9
Author: Colin Walters <walters verbum org>
Date:   Mon Jan 21 21:58:40 2013 -0500

    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 files changed, 1 insertions(+), 1 deletions(-)
---
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=$@ \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]