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.9.10~9 X-Git-Url: http://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=a950bfa7ed84b7a4c7a403db83917aaf91b93242 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 385d44824..433d08844 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 \