From 6d1912ff2eef398cc6543b38fb61e4ee4c00e38b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 28 Oct 2014 17:40:14 -0400 Subject: [PATCH] callouts: Mark nmdbus-dispatcher.[ch] as BUILT_SOURCES Otherwise we might hit race conditions during build. --- callouts/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/callouts/Makefile.am b/callouts/Makefile.am index 2f725b070..f682579e9 100644 --- a/callouts/Makefile.am +++ b/callouts/Makefile.am @@ -69,6 +69,8 @@ nmdbus-dispatcher.h: nm-dispatcher.xml nmdbus-dispatcher.c: nmdbus-dispatcher.h @true +BUILT_SOURCES = nmdbus-dispatcher.h nmdbus-dispatcher.c + ########################################### # dispatcher envp ###########################################