From bf3a6f2be7120ae82b207d9874c6017b4c281d11 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Fri, 20 Feb 2015 17:19:52 +1100 Subject: [PATCH] build: properly qualify EXTRA_DIST test files --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 574e0c9b..fd2e19d3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -271,4 +271,4 @@ endif TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/build-aux/tap-driver.sh TESTS = $(top_builddir)/test/static.test $(top_builddir)/test/json.test check_PROGRAMS = $(TEST_BIN) -EXTRA_DIST += static.test json.test json +EXTRA_DIST += test/static.test test/json.test test/json