X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fust-elf%2FMakefile.am;h=d14f03f7cc777a67eb7621368585173a09f91794;hb=e6e508c974088acd37ab97753632745f30eabe3e;hp=368e427ea39e4f034b1ae109a0faf8f93023370b;hpb=f829629f155489fad11136d10494fb4dcd9fba93;p=lttng-ust.git diff --git a/tests/ust-elf/Makefile.am b/tests/ust-elf/Makefile.am index 368e427e..d14f03f7 100644 --- a/tests/ust-elf/Makefile.am +++ b/tests/ust-elf/Makefile.am @@ -1,14 +1,11 @@ AM_CPPFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/tests/utils -noinst_PROGRAMS = prog -prog_SOURCES = prog.c -prog_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \ +noinst_PROGRAMS = ust-elf +ust_elf_SOURCES = ust-elf.c +ust_elf_LDADD = $(top_builddir)/liblttng-ust/liblttng-ust.la \ $(top_builddir)/tests/utils/libtap.a -noinst_SCRIPTS = test_ust_elf -CLEANFILES = $(noinst_SCRIPTS) -EXTRA_DIST = test_ust_elf.in $(srcdir)/data/** - -$(noinst_SCRIPTS): %: %.in - sed "s#@TOPSRCDIR@#$(top_srcdir)#g" < $< > $@ - chmod +x $@ +# Directories added to EXTRA_DIST will be recursively copied to the distribution. +EXTRA_DIST = \ + $(srcdir)/data \ + README.md