X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=d9996a7b4cf93b679cb1133e4ba80b106bd611fe;hb=70fd5a515016525961d4bef0d627616abdc9bc28;hp=1dfa218b27afd52258136b4c673707086513fef8;hpb=842c2b97eab577484edae763770dfd1440490818;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 1dfa218b..d9996a7b 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -3,21 +3,54 @@ babeltraceinclude_HEADERS = \ babeltrace/format.h \ babeltrace/context.h \ babeltrace/iterator.h \ - babeltrace/trace-handle.h + babeltrace/trace-handle.h \ + babeltrace/list.h \ + babeltrace/clock-types.h + +babeltracectfinclude_HEADERS = \ + babeltrace/ctf/events.h \ + babeltrace/ctf/callbacks.h \ + babeltrace/ctf/iterator.h +babeltracectfwriterinclude_HEADERS = \ + babeltrace/ctf-writer/clock.h \ + babeltrace/ctf-writer/writer.h \ + babeltrace/ctf-writer/event-fields.h \ + babeltrace/ctf-writer/event-types.h \ + babeltrace/ctf-writer/event.h \ + babeltrace/ctf-writer/stream.h noinst_HEADERS = \ babeltrace/align.h \ babeltrace/babeltrace-internal.h \ babeltrace/bitfield.h \ - babeltrace/callbacks-internal.h \ + babeltrace/clock-internal.h \ babeltrace/compiler.h \ + babeltrace/context-internal.h \ + babeltrace/format-internal.h \ babeltrace/iterator-internal.h \ - babeltrace/list.h \ + babeltrace/trace-collection.h \ babeltrace/prio_heap.h \ babeltrace/types.h \ babeltrace/ctf-ir/metadata.h \ + babeltrace/ctf/events-internal.h \ babeltrace/ctf/metadata.h \ babeltrace/ctf-text/types.h \ babeltrace/ctf/types.h \ - babeltrace/trace-handle-internal.h + babeltrace/ctf/callbacks-internal.h \ + babeltrace/ctf/ctf-index.h \ + babeltrace/ctf-writer/ref-internal.h \ + babeltrace/ctf-writer/writer-internal.h \ + babeltrace/ctf-writer/event-types-internal.h \ + babeltrace/ctf-writer/event-fields-internal.h \ + babeltrace/ctf-writer/event-internal.h \ + babeltrace/ctf-writer/clock-internal.h \ + babeltrace/ctf-writer/stream-internal.h \ + babeltrace/ctf-writer/functor-internal.h \ + babeltrace/trace-handle-internal.h \ + babeltrace/compat/uuid.h \ + babeltrace/compat/memstream.h \ + babeltrace/compat/string.h \ + babeltrace/compat/utc.h \ + babeltrace/endian.h \ + babeltrace/mmap-align.h