Fix: handle packet_seek errors
[babeltrace.git] / include / Makefile.am
1 babeltraceinclude_HEADERS = \
2 babeltrace/babeltrace.h \
3 babeltrace/format.h \
4 babeltrace/context.h \
5 babeltrace/iterator.h \
6 babeltrace/trace-handle.h \
7 babeltrace/list.h \
8 babeltrace/clock-types.h \
9 babeltrace/error.h
10
11 babeltracectfinclude_HEADERS = \
12 babeltrace/ctf/events.h \
13 babeltrace/ctf/callbacks.h \
14 babeltrace/ctf/iterator.h
15
16 babeltracectfwriterinclude_HEADERS = \
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 \
22 babeltrace/ctf-writer/stream.h
23
24 noinst_HEADERS = \
25 babeltrace/align.h \
26 babeltrace/babeltrace-internal.h \
27 babeltrace/bitfield.h \
28 babeltrace/clock-internal.h \
29 babeltrace/compiler.h \
30 babeltrace/context-internal.h \
31 babeltrace/format-internal.h \
32 babeltrace/iterator-internal.h \
33 babeltrace/trace-collection.h \
34 babeltrace/prio_heap.h \
35 babeltrace/types.h \
36 babeltrace/crc32.h \
37 babeltrace/debug-info.h \
38 babeltrace/trace-debug-info.h \
39 babeltrace/dwarf.h \
40 babeltrace/bin-info.h \
41 babeltrace/utils.h \
42 babeltrace/ctf-ir/metadata.h \
43 babeltrace/ctf/events-internal.h \
44 babeltrace/ctf/metadata.h \
45 babeltrace/ctf-text/types.h \
46 babeltrace/ctf/types.h \
47 babeltrace/ctf/callbacks-internal.h \
48 babeltrace/ctf/ctf-index.h \
49 babeltrace/ctf-writer/ref-internal.h \
50 babeltrace/ctf-writer/writer-internal.h \
51 babeltrace/ctf-writer/event-types-internal.h \
52 babeltrace/ctf-writer/event-fields-internal.h \
53 babeltrace/ctf-writer/event-internal.h \
54 babeltrace/ctf-writer/clock-internal.h \
55 babeltrace/ctf-writer/stream-internal.h \
56 babeltrace/ctf-writer/functor-internal.h \
57 babeltrace/trace-handle-internal.h \
58 babeltrace/compat/uuid.h \
59 babeltrace/compat/memstream.h \
60 babeltrace/compat/string.h \
61 babeltrace/compat/utc.h \
62 babeltrace/compat/limits.h \
63 babeltrace/compat/send.h \
64 babeltrace/compat/fcntl.h \
65 babeltrace/compat/stdlib.h \
66 babeltrace/compat/dirent.h \
67 babeltrace/compat/stdio.h \
68 babeltrace/compat/mman.h \
69 babeltrace/endian.h \
70 babeltrace/mmap-align.h
This page took 0.030908 seconds and 4 git commands to generate.