Refactoring: Privatize ring buffer config header
[lttng-ust.git] / include / Makefile.am
1 # SPDX-License-Identifier: LGPL-2.1-only
2
3 ### ###
4 ### Public API headers ###
5 ### ###
6
7 nobase_include_HEADERS = \
8 lttng/tracepoint.h \
9 lttng/tracepoint-rcu.h \
10 lttng/tracepoint-types.h \
11 lttng/tracepoint-event.h \
12 lttng/ust-tracepoint-event.h \
13 lttng/ust-tracepoint-event-reset.h \
14 lttng/ust-tracepoint-event-write.h \
15 lttng/ust-tracepoint-event-nowrite.h \
16 lttng/ust-events.h \
17 lttng/ust-ctl.h \
18 lttng/ust-abi.h \
19 lttng/ringbuffer-abi.h \
20 lttng/ust-tracer.h \
21 lttng/ust-compiler.h \
22 lttng/ust.h \
23 lttng/ust-endian.h \
24 lttng/ringbuffer-context.h \
25 lttng/align.h \
26 lttng/bug.h \
27 lttng/ust-error.h \
28 lttng/tracef.h \
29 lttng/lttng-ust-tracef.h \
30 lttng/tracelog.h \
31 lttng/lttng-ust-tracelog.h \
32 lttng/ust-clock.h \
33 lttng/ust-getcpu.h \
34 lttng/ust-elf.h \
35 lttng/counter-config.h \
36 lttng/ust-libc-wrapper.h \
37 lttng/urcu/pointer.h \
38 lttng/urcu/urcu-ust.h \
39 lttng/urcu/static/pointer.h \
40 lttng/urcu/static/urcu-ust.h
41
42 # Auto-generated by configure.
43 nobase_nodist_include_HEADERS = \
44 lttng/ust-config.h \
45 lttng/ust-version.h
46
47
48 ### ###
49 ### Global private headers ###
50 ### ###
51
52 noinst_HEADERS = \
53 usterr-signal-safe.h \
54 ust-snprintf.h \
55 ust-bitmap.h \
56 ust-comm.h \
57 ust-compat.h \
58 ust-tid.h \
59 ust-bitfield.h \
60 ust-dlfcn.h \
61 ust-dynamic-type.h \
62 ust-helper.h \
63 ust-share.h
64
65
66 # These headers should be moved to the public headers when tested and
67 # documented. The symbols are still part of the ABI.
68
69 # Used by the Java jni interface.
70 noinst_HEADERS += \
71 ust-context-provider.h
72
73 # Used by liblttng-ust-fd
74 noinst_HEADERS += \
75 ust-fd.h
This page took 0.035456 seconds and 5 git commands to generate.