summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-10-28 17:40:14 -0400
committerDan Winship <danw@gnome.org>2014-10-28 17:50:24 -0400
commit6d1912ff2eef398cc6543b38fb61e4ee4c00e38b (patch)
tree8cd4709e93dbafef164616132c440ae2a924914b
parent85030d9131520d70661418243806ff7f18441573 (diff)
downloadNetworkManager-6d1912ff2eef398cc6543b38fb61e4ee4c00e38b.tar.gz
callouts: Mark nmdbus-dispatcher.[ch] as BUILT_SOURCES
Otherwise we might hit race conditions during build.
-rw-r--r--callouts/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/callouts/Makefile.am b/callouts/Makefile.am
index 2f725b0705..f682579e91 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
###########################################