Remove stale file from include/Makefile.am
[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 \
347829f5
PP
8 babeltrace/clock-types.h \
9 babeltrace/objects.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 \
adc315b8
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/event-fields.h \
28 babeltrace/ctf-ir/event-types.h \
29 babeltrace/ctf-ir/event.h \
3f043b05 30 babeltrace/ctf-ir/stream.h \
bc37ae52 31 babeltrace/ctf-ir/stream-class.h \
654c1444
JG
32 babeltrace/ctf-ir/trace.h \
33 babeltrace/ctf-ir/utils.h
70bd0a12 34
e92927d1
MD
35noinst_HEADERS = \
36 babeltrace/align.h \
70bd0a12 37 babeltrace/babeltrace-internal.h \
e92927d1 38 babeltrace/bitfield.h \
75d9ab4b 39 babeltrace/clock-internal.h \
e92927d1 40 babeltrace/compiler.h \
08c22d05 41 babeltrace/context-internal.h \
caf929fa 42 babeltrace/format-internal.h \
6f3077a2 43 babeltrace/iterator-internal.h \
5f0b5523 44 babeltrace/trace-collection.h \
e92927d1
MD
45 babeltrace/prio_heap.h \
46 babeltrace/types.h \
47 babeltrace/ctf-ir/metadata.h \
e4195791 48 babeltrace/ctf/events-internal.h \
e92927d1
MD
49 babeltrace/ctf/metadata.h \
50 babeltrace/ctf-text/types.h \
842c2b97 51 babeltrace/ctf/types.h \
634d474b 52 babeltrace/ctf/callbacks-internal.h \
0ace7505 53 babeltrace/ctf/ctf-index.h \
273b65be
JG
54 babeltrace/ctf-writer/ref-internal.h \
55 babeltrace/ctf-writer/writer-internal.h \
adc315b8
JG
56 babeltrace/ctf-ir/event-types-internal.h \
57 babeltrace/ctf-ir/event-fields-internal.h \
58 babeltrace/ctf-ir/event-internal.h \
59 babeltrace/ctf-ir/clock-internal.h \
60 babeltrace/ctf-ir/stream-class-internal.h \
3f043b05 61 babeltrace/ctf-ir/stream-internal.h \
daf01357 62 babeltrace/ctf-ir/trace-internal.h \
273b65be 63 babeltrace/ctf-writer/functor-internal.h \
a4dfa07b 64 babeltrace/trace-handle-internal.h \
4cb26dfb
JI
65 babeltrace/compat/uuid.h \
66 babeltrace/compat/memstream.h \
9a7f65a3 67 babeltrace/compat/string.h \
a386e246 68 babeltrace/compat/utc.h \
169e09d8 69 babeltrace/compat/limits.h \
f7a2be83
MD
70 babeltrace/endian.h \
71 babeltrace/mmap-align.h
This page took 0.032995 seconds and 4 git commands to generate.