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 \ | |
10 | ust/ringbuffer-abi.h | |
9edd34bd MD |
11 | |
12 | noinst_HEADERS = \ | |
13 | share.h \ | |
14 | usterr.h \ | |
15 | ust_snprintf.h \ | |
16 | usterr_signal_safe.h \ | |
0a2aba13 | 17 | ust/compat.h \ |
3c82ede9 | 18 | ust/config.h \ |
12e81b07 | 19 | ust/core.h \ |
9edd34bd MD |
20 | ust/marker-internal.h \ |
21 | ust/tracepoint-internal.h \ | |
ec3e0940 | 22 | ust/clock.h \ |
3c82ede9 | 23 | ust/probe-internal.h \ |
9edd34bd | 24 | ust/processor.h \ |
76154767 | 25 | ust/kcompat/kcompat.h \ |
17bb07b4 | 26 | ust/kcompat/jhash.h \ |
9edd34bd | 27 | ust/kcompat/compiler.h \ |
3c82ede9 MD |
28 | ust/kcompat/types.h \ |
29 | ust/tracectl.h \ | |
b5234c06 MD |
30 | ust/stringify.h \ |
31 | ust/wait.h |