From 339ea7f096b76a31e8906e2d49c1aa4e1201e0b5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 20 Feb 2015 15:29:56 -0500 Subject: [PATCH] Fix: out-of-tree dist fails to find test traces MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 2e307f42..507b1ba4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1,6 +1,6 @@ SUBDIRS = utils bin lib -EXTRA_DIST = ctf-traces/** tests +EXTRA_DIST = $(srcdir)/ctf-traces/** tests SCRIPT_LIST = run.sh -- 2.34.1