install processor.h, needed by core.h
[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 lttng/processor.h
20
21 # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup.
22
23 noinst_HEADERS = \
24 usterr.h \
25 ust_snprintf.h \
26 lttng/compat.h \
27 lttng/marker-internal.h \
28 lttng/tracepoint-internal.h \
29 lttng/clock.h \
30 lttng/probe-internal.h \
31 lttng/kcompat/kcompat.h \
32 lttng/kcompat/jhash.h \
33 lttng/kcompat/compiler.h \
34 lttng/kcompat/types.h \
35 lttng/stringify.h \
36 lttng/wait.h \
37 lttng/ringbuffer-config.h
This page took 0.032765 seconds and 5 git commands to generate.