From 7d6bf31b5523a262ed7a5f488ca803e6e0a0d25a Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Tue, 6 Feb 2018 12:04:27 -0500 Subject: [PATCH] Fix: test_ust-dl is generated at configure-time MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This file should not be in EXTRA_DIST as it's generated by autoconf and will thus be available directly in the out-of-tree build directory. Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau --- tests/regression/ust/ust-dl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/regression/ust/ust-dl/Makefile.am b/tests/regression/ust/ust-dl/Makefile.am index 315a995af..9889e85a4 100644 --- a/tests/regression/ust/ust-dl/Makefile.am +++ b/tests/regression/ust/ust-dl/Makefile.am @@ -67,7 +67,7 @@ libtp.so: libtp.la @cp -f .libs/libtp.so libtp.so noinst_SCRIPTS = test_ust-dl test_ust-dl.py -EXTRA_DIST = test_ust-dl test_ust-dl.py +EXTRA_DIST = test_ust-dl.py all-local: libfoo.so libbar.so libzzz.so libtp.so @if [ x"$(srcdir)" != x"$(builddir)" ]; then \ -- 2.34.1