Fix: test_ust-dl is generated at configure-time
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Tue, 6 Feb 2018 17:04:27 +0000 (12:04 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 26 May 2018 08:51:58 +0000 (04:51 -0400)
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 <francis.deslauriers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/regression/ust/ust-dl/Makefile.am

index 385d448241472e1e42a5d45be63bee2424488117..433d08844b709336fb98bc15c17524f6e97a6b61 100644 (file)
@@ -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 \
This page took 0.025467 seconds and 4 git commands to generate.