Commit | Line | Data |
---|---|---|
17bb07b4 | 1 | nobase_include_HEADERS = \ |
17bb07b4 PMF |
2 | ust/marker.h \ |
3 | ust/tracepoint.h \ | |
0a42beb6 MD |
4 | ust/tracepoint-event.h \ |
5 | ust/lttng-tracepoint-event.h \ | |
6 | ust/lttng-tracepoint-event-reset.h \ | |
7 | ust/lttng-events.h \ | |
9f3fdbc6 MD |
8 | ust/version.h \ |
9 | ust/lttng-ust-abi.h \ | |
1dbfff0c MD |
10 | ust/ringbuffer-abi.h \ |
11 | ust/lttng-tracer.h \ | |
12 | ust/usterr-signal-safe.h \ | |
824f40b8 | 13 | ust/config.h \ |
e822f505 | 14 | ust/share.h \ |
824f40b8 MD |
15 | ust/ust.h \ |
16 | ust/core.h | |
1dbfff0c MD |
17 | |
18 | # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. | |
9edd34bd MD |
19 | |
20 | noinst_HEADERS = \ | |
b35d179d | 21 | lttng-ust-comm.h \ |
9edd34bd MD |
22 | usterr.h \ |
23 | ust_snprintf.h \ | |
0a2aba13 | 24 | ust/compat.h \ |
9edd34bd MD |
25 | ust/marker-internal.h \ |
26 | ust/tracepoint-internal.h \ | |
ec3e0940 | 27 | ust/clock.h \ |
3c82ede9 | 28 | ust/probe-internal.h \ |
76154767 | 29 | ust/kcompat/kcompat.h \ |
17bb07b4 | 30 | ust/kcompat/jhash.h \ |
9edd34bd | 31 | ust/kcompat/compiler.h \ |
3c82ede9 | 32 | ust/kcompat/types.h \ |
b5234c06 | 33 | ust/stringify.h \ |
824f40b8 MD |
34 | ust/wait.h \ |
35 | ust/ringbuffer-config.h \ | |
36 | ust/processor.h |