From ad6ec399fd8a7be7f78b6f5bab0b4e49edbd2b43 Mon Sep 17 00:00:00 2001 From: Antoine Busque Date: Fri, 15 Apr 2016 17:37:43 -0400 Subject: [PATCH] Tests: list ust-elf test data explicitly in EXTRA_DIST Signed-off-by: Antoine Busque Signed-off-by: Mathieu Desnoyers --- tests/ust-elf/Makefile.am | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/tests/ust-elf/Makefile.am b/tests/ust-elf/Makefile.am index 92337e76..eac89eed 100644 --- a/tests/ust-elf/Makefile.am +++ b/tests/ust-elf/Makefile.am @@ -7,7 +7,21 @@ prog_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \ noinst_SCRIPTS = test_ust_elf CLEANFILES = $(noinst_SCRIPTS) -EXTRA_DIST = test_ust_elf.in $(srcdir)/data/** +EXTRA_DIST = test_ust_elf.in \ + $(srcdir)/data/main.c \ + $(srcdir)/data/aarch64_be/main.elf \ + $(srcdir)/data/aarch64_be/main.elf.debug \ + $(srcdir)/data/armeb/main.elf \ + $(srcdir)/data/armeb/main.elf.debug \ + $(srcdir)/data/x86/main.elf \ + $(srcdir)/data/x86/main.elf.debug \ + $(srcdir)/data/x86_64/main.elf \ + $(srcdir)/data/x86_64/main.elf.debug \ + $(srcdir)/data/pic/hello.exec \ + $(srcdir)/data/pic/hello.pie \ + $(srcdir)/data/pic/hello.pic \ + $(srcdir)/data/pic/hello.c \ + $(srcdir)/data/pic/libhello.c $(noinst_SCRIPTS): %: %.in sed "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@ -- 2.34.1