X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-binary%2FMakefile.am;fp=tests%2Futils%2Ftestapp%2Fuserspace-probe-elf-binary%2FMakefile.am;h=9d4696b56eb750ade6948615d61a6408d1147003;hp=0000000000000000000000000000000000000000;hb=a9c2df2bfce7a27b53ee5d5101f259f3e1f506b1;hpb=5a1c0a75771c4b95f9518be0e1960a25bb691caf diff --git a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am new file mode 100644 index 000000000..9d4696b56 --- /dev/null +++ b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am @@ -0,0 +1,4 @@ +# no optimization +AM_CFLAGS = -O0 +noinst_PROGRAMS = userspace-probe-elf-binary +userspace_probe_elf_binary_SOURCES = userspace-probe-elf-binary.c