summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-03-10 16:59:15 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2017-03-10 16:59:15 +0000
commit7aecdf60cc2295a4c2775cc51ea6655a0ee25bfe (patch)
treec8c89c266ad0f0fae8c787f25a283d62d8d433b1
parent72694e1790f779edc8f8ac163a66af561bf14500 (diff)
Fix the EXTRA_DIST listing in tests
Missing '\'.
-rw-r--r--test/Makefile.am.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am.inc b/test/Makefile.am.inc
index 0d74647..6fac9d0 100644
--- a/test/Makefile.am.inc
+++ b/test/Makefile.am.inc
@@ -86,7 +86,7 @@ AM_JS_LOG_FLAGS = \
LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
LOG_COMPILER = $(top_srcdir)/test/tap-test.sh
EXTRA_DIST += \
- test/tap-test.sh
+ test/tap-test.sh \
test/run-with-dbus \
test/test-bus.conf \
$(NULL)