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