Install UST comm lib
[lttng-ust.git] / include / Makefile.am
1 nobase_include_HEADERS = \
2 ust/marker.h \
3 ust/tracepoint.h \
4 ust/tracepoint-event.h \
5 ust/lttng-tracepoint-event.h \
6 ust/lttng-tracepoint-event-reset.h \
7 ust/lttng-events.h \
8 ust/lttng-ust-ctl.h \
9 ust/version.h \
10 ust/lttng-ust-abi.h \
11 ust/lttng-ust-comm.h \
12 ust/ringbuffer-abi.h \
13 ust/lttng-tracer.h \
14 ust/usterr-signal-safe.h \
15 ust/config.h \
16 ust/share.h \
17 ust/ust.h \
18 ust/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 ust/compat.h \
26 ust/marker-internal.h \
27 ust/tracepoint-internal.h \
28 ust/clock.h \
29 ust/probe-internal.h \
30 ust/kcompat/kcompat.h \
31 ust/kcompat/jhash.h \
32 ust/kcompat/compiler.h \
33 ust/kcompat/types.h \
34 ust/stringify.h \
35 ust/wait.h \
36 ust/ringbuffer-config.h \
37 ust/processor.h
This page took 0.032846 seconds and 5 git commands to generate.