Rework configure script
[lttng-ust.git] / tests / ust-elf / Makefile.am
index 368e427ea39e4f034b1ae109a0faf8f93023370b..203272ed155d7a057ebdd7ab832aaea06ab08f45 100644 (file)
@@ -7,8 +7,22 @@ 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#@TOPSRCDIR@#$(top_srcdir)#g" < $< > $@
+       $(SED) "s#@ABSTOPSRCDIR@#$(abs_top_srcdir)#g" < $< > $@
        chmod +x $@
This page took 0.024637 seconds and 5 git commands to generate.