summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-08-09 16:44:56 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-08-09 16:44:56 +0100
commit2d22f5d22a5d859998971e6c20ab7b0e8108bcb8 (patch)
tree62194d9da928d5d1843de61e1a5af3105bef85b6
parent11971e65916a87e240504f0c105a12f151ca797f (diff)
tests/twisted: make the necessary directories to put *.conf in
This fails during parallel distcheck. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
-rw-r--r--tests/twisted/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am
index 37f732674..ef429bb29 100644
--- a/tests/twisted/Makefile.am
+++ b/tests/twisted/Makefile.am
@@ -464,7 +464,8 @@ tools/exec-with-log.sh: tools/exec-with-log.sh.in
# The wildcard % matches both config files!
tools/%.conf: tools/%.conf.in Makefile
- $(MKDIR_P) tools
+ $(MKDIR_P) tools/servicedir
+ $(MKDIR_P) tools/servicedir-uninstalled
$(AM_V_GEN)sed -e "s|[@]gabbletestsdir[@]|@gabbletestsdir@|g" \
-e "s|[@]abs_top_builddir[@]|@abs_top_builddir@|g" $< > $@