Implement userspace-probe regression tests
[lttng-tools.git] / tests / utils / testapp / userspace-probe-elf-binary / Makefile.am
1 # no optimization
2 AM_CFLAGS = -O0
3 noinst_PROGRAMS = userspace-probe-elf-binary
4 userspace_probe_elf_binary_SOURCES = userspace-probe-elf-binary.c
This page took 0.031601 seconds and 5 git commands to generate.