Move include/ust/ to include/lttng/
[lttng-ust.git] / include / Makefile.am
1 nobase_include_HEADERS = \
2 lttng/marker.h \
3 lttng/tracepoint.h \
4 lttng/tracepoint-event.h \
5 lttng/ust-tracepoint-event.h \
6 lttng/ust-tracepoint-event-reset.h \
7 lttng/ust-events.h \
8 lttng/ust-ctl.h \
9 lttng/version.h \
10 lttng/ust-abi.h \
11 lttng/ust-comm.h \
12 lttng/ringbuffer-abi.h \
13 lttng/ust-tracer.h \
14 lttng/usterr-signal-safe.h \
15 lttng/config.h \
16 lttng/share.h \
17 lttng/ust.h \
18 lttng/core.h
19
20 # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup.
21
22 noinst_HEADERS = \
23 usterr.h \
24 ust_snprintf.h \
25 lttng/compat.h \
26 lttng/marker-internal.h \
27 lttng/tracepoint-internal.h \
28 lttng/clock.h \
29 lttng/probe-internal.h \
30 lttng/kcompat/kcompat.h \
31 lttng/kcompat/jhash.h \
32 lttng/kcompat/compiler.h \
33 lttng/kcompat/types.h \
34 lttng/stringify.h \
35 lttng/wait.h \
36 lttng/ringbuffer-config.h \
37 lttng/processor.h
This page took 0.031136 seconds and 5 git commands to generate.