build: Fix parallel make issue in GResource change
authorColin Walters <walters@verbum.org>
Tue, 22 Jan 2013 02:58:40 +0000 (21:58 -0500)
committerColin Walters <walters@verbum.org>
Tue, 22 Jan 2013 03:16:06 +0000 (22:16 -0500)
We need deps on the generated files for both header and source.

services/evolution-source-registry/Makefile.am

index 3f7ba0c..da9110a 100644 (file)
@@ -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=$@ \