liblttng-ctl: use export list to define exported symbols
[lttng-tools.git] / tests / utils / testapp / Makefile.am
CommitLineData
9d16b343 1# SPDX-License-Identifier: GPL-2.0-only
5f0d4e78 2SUBDIRS = \
eb7277b0
FD
3 gen-kernel-test-events \
4 gen-py-events \
5 gen-syscall-events \
5f0d4e78 6 gen-ust-events \
591ee332
FD
7 gen-ust-nevents \
8 gen-ust-nevents-str \
9 gen-ust-tracef \
a9c2df2b
FD
10 userspace-probe-elf-binary
11
12if CXX_WORKS
13SUBDIRS += userspace-probe-elf-cxx-binary
14endif # CXX_WORKS
15
1a1986ce 16if TEST_SDT_UPROBE
a9c2df2b 17SUBDIRS += userspace-probe-sdt-binary
1a1986ce 18endif # TEST_SDT_UPROBE
591ee332
FD
19
20if HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
21SUBDIRS += gen-syscall-events-callstack
22endif # HAVE_MODULES_USERSPACE_CALLSTACK_CONTEXT
7e0cc23b 23
28b3dc1e
MJ
24if IS_LINUX
25SUBDIRS += \
26 gen-ns-events \
27 gen-ust-events-ns
28endif # IS_LINUX
29
95983a02 30noinst_HEADERS = signal-helper.h
This page took 0.040503 seconds and 4 git commands to generate.