e54ac890aee31ffc7a3562ee22add1adf9d27c68
[lttng-tools.git] / tests / utils / testapp / Makefile.am
1 SUBDIRS = gen-ust-events \
2 gen-ust-nevents \
3 gen-ust-nevents-str \
4 gen-ust-tracef \
5 gen-syscall-events \
6 userspace-probe-elf-binary
7
8 if CXX_WORKS
9 SUBDIRS += userspace-probe-elf-cxx-binary
10 endif # CXX_WORKS
11
12 if SDT_WORKS
13 SUBDIRS += userspace-probe-sdt-binary
14 endif # SDT_WORKS
15
16 if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
17 SUBDIRS += gen-syscall-events-callstack
18 endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
19
20 noinst_HEADERS = signal-helper.h
This page took 0.029077 seconds and 3 git commands to generate.