Update version to v1.5.11
[babeltrace.git] / include / Makefile.am
CommitLineData
0ec662bd
JD
1babeltraceinclude_HEADERS = \
2 babeltrace/babeltrace.h \
95d36295 3 babeltrace/format.h \
6204d33c 4 babeltrace/context.h \
842c2b97 5 babeltrace/iterator.h \
3122e6f0 6 babeltrace/trace-handle.h \
03798a93 7 babeltrace/list.h \
7b563a77
MD
8 babeltrace/clock-types.h \
9 babeltrace/error.h
0ec662bd 10
64a35d1b 11babeltracectfinclude_HEADERS = \
9efd5d76
MD
12 babeltrace/ctf/events.h \
13 babeltrace/ctf/callbacks.h \
273b65be
JG
14 babeltrace/ctf/iterator.h
15
16babeltracectfwriterinclude_HEADERS = \
46bd0f2b
JG
17 babeltrace/ctf-writer/clock.h \
18 babeltrace/ctf-writer/writer.h \
19 babeltrace/ctf-writer/event-fields.h \
20 babeltrace/ctf-writer/event-types.h \
21 babeltrace/ctf-writer/event.h \
1c822dfb
JG
22 babeltrace/ctf-writer/stream.h \
23 babeltrace/ctf-writer/stream-class.h
24
25babeltracectfirinclude_HEADERS = \
26 babeltrace/ctf-ir/clock.h \
27 babeltrace/ctf-ir/fields.h \
28 babeltrace/ctf-ir/field-types.h \
29 babeltrace/ctf-ir/event.h \
30 babeltrace/ctf-ir/event-class.h \
1c822dfb 31 babeltrace/ctf-ir/stream-class.h \
1c822dfb 32 babeltrace/ctf-ir/utils.h
70bd0a12 33
e92927d1
MD
34noinst_HEADERS = \
35 babeltrace/align.h \
70bd0a12 36 babeltrace/babeltrace-internal.h \
e92927d1 37 babeltrace/bitfield.h \
75d9ab4b 38 babeltrace/clock-internal.h \
e92927d1 39 babeltrace/compiler.h \
08c22d05 40 babeltrace/context-internal.h \
caf929fa 41 babeltrace/format-internal.h \
6f3077a2 42 babeltrace/iterator-internal.h \
5f0b5523 43 babeltrace/trace-collection.h \
e92927d1 44 babeltrace/prio_heap.h \
1c822dfb 45 babeltrace/ref-internal.h \
e92927d1 46 babeltrace/types.h \
1c822dfb 47 babeltrace/object-internal.h \
b5a8598f 48 babeltrace/crc32.h \
eb75a494
AB
49 babeltrace/debug-info.h \
50 babeltrace/trace-debug-info.h \
b5a8598f 51 babeltrace/dwarf.h \
dae52e76 52 babeltrace/bin-info.h \
beef86dc 53 babeltrace/utils.h \
e92927d1 54 babeltrace/ctf-ir/metadata.h \
e4195791 55 babeltrace/ctf/events-internal.h \
e92927d1
MD
56 babeltrace/ctf/metadata.h \
57 babeltrace/ctf-text/types.h \
842c2b97 58 babeltrace/ctf/types.h \
634d474b 59 babeltrace/ctf/callbacks-internal.h \
0ace7505 60 babeltrace/ctf/ctf-index.h \
273b65be 61 babeltrace/ctf-writer/writer-internal.h \
1c822dfb
JG
62 babeltrace/ctf-ir/attributes-internal.h \
63 babeltrace/ctf-ir/field-types-internal.h \
64 babeltrace/ctf-ir/fields-internal.h \
65 babeltrace/ctf-ir/event-internal.h \
66 babeltrace/ctf-ir/event-class-internal.h \
67 babeltrace/ctf-ir/field-path-internal.h \
68 babeltrace/ctf-ir/clock-internal.h \
69 babeltrace/ctf-ir/resolve-internal.h \
70 babeltrace/ctf-ir/stream-class-internal.h \
71 babeltrace/ctf-ir/stream-internal.h \
72 babeltrace/ctf-ir/packet-internal.h \
73 babeltrace/ctf-ir/trace-internal.h \
74 babeltrace/ctf-ir/validation-internal.h \
6ccf68e9 75 babeltrace/ctf-ir/field-path.h \
55732d44 76 babeltrace/ctf-ir/packet.h \
d14fb122 77 babeltrace/ctf-ir/trace.h \
273b65be 78 babeltrace/ctf-writer/functor-internal.h \
a4dfa07b 79 babeltrace/trace-handle-internal.h \
4cb26dfb
JI
80 babeltrace/compat/uuid.h \
81 babeltrace/compat/memstream.h \
9a7f65a3 82 babeltrace/compat/string.h \
a386e246 83 babeltrace/compat/utc.h \
5b3d1e6e 84 babeltrace/compat/limits.h \
1c822dfb 85 babeltrace/compat/glib.h \
b319430e 86 babeltrace/compat/send.h \
edcad9c1 87 babeltrace/compat/fcntl.h \
559455a9 88 babeltrace/compat/stdlib.h \
eafa875f 89 babeltrace/compat/dirent.h \
8fa47e7b 90 babeltrace/compat/stdio.h \
d8053c02 91 babeltrace/compat/mman.h \
f7a2be83 92 babeltrace/endian.h \
81eb8680
JG
93 babeltrace/mmap-align.h \
94 babeltrace/values.h \
95 babeltrace/ref.h
This page took 0.037711 seconds and 4 git commands to generate.