summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@codefactory.se>2003-02-16 23:35:51 +0000
committerAnders Carlsson <andersca@codefactory.se>2003-02-16 23:35:51 +0000
commit014e1be4826b5ea7b1558f23089cd90dcf2cb998 (patch)
treeb18dbc955ef7597443ee721e3d6f25ed65751cec /test/Makefile.am
parent8b9b1c52f5c03915d759e7b4846ab661e26347de (diff)
2003-02-17 Anders Carlsson <andersca@codefactory.se>
* doc/.cvsignore: * doc/Makefile.am: * doc/dbus-test-plan.sgml: Add test plan document. * test/Makefile.am: Fix distcheck.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index aeb623fb..427a6e3e 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -45,7 +45,7 @@ break_loader_LDADD= $(TEST_LIBS)
bus_test_LDADD=$(TEST_LIBS) $(top_builddir)/bus/libdbus-daemon.la
spawn_test_LDADD=$(TEST_LIBS)
-dist-hook: \
+dist-hook:
DIRS="data data/valid-messages data/invalid-messages data/incomplete-messages data/auth" ; \
for D in $$DIRS; do \
test -d $(distdir)/$$D || mkdir $(distdir)/$$D ; \