From: Francis Deslauriers Date: Tue, 6 Feb 2018 17:04:27 +0000 (-0500) Subject: Fix: test_ust-dl is generated at configure-time X-Git-Tag: v2.11.0-rc1~229 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=7d6bf31b5523a262ed7a5f488ca803e6e0a0d25a Fix: test_ust-dl is generated at configure-time 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 --- 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 \