X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=include%2FMakefile.am;h=ea09895ebb8b8822b517228cb597548c7755ddb0;hb=169e09d8c869b43996d9a1c7d771e42ae6294cbe;hp=8781ec3a60642c948694c52cdbae689ead564c6a;hpb=f7a2be83b34e02e4cd6e2ffb213b9842feb24397;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 8781ec3a..ea09895e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -3,22 +3,42 @@ babeltraceinclude_HEADERS = \ babeltrace/format.h \ babeltrace/context.h \ babeltrace/iterator.h \ - babeltrace/trace-collection.h \ babeltrace/trace-handle.h \ - babeltrace/list.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 \ + babeltrace/ctf-writer/stream-class.h + +babeltracectfirinclude_HEADERS = \ + babeltrace/ctf-ir/clock.h \ + babeltrace/ctf-ir/event-fields.h \ + babeltrace/ctf-ir/event-types.h \ + babeltrace/ctf-ir/event.h \ + babeltrace/ctf-ir/stream.h \ + babeltrace/ctf-ir/stream-class.h + noinst_HEADERS = \ babeltrace/align.h \ babeltrace/babeltrace-internal.h \ babeltrace/bitfield.h \ + babeltrace/clock-internal.h \ babeltrace/compiler.h \ babeltrace/context-internal.h \ + babeltrace/format-internal.h \ babeltrace/iterator-internal.h \ + babeltrace/trace-collection.h \ babeltrace/prio_heap.h \ babeltrace/types.h \ babeltrace/ctf-ir/metadata.h \ @@ -27,7 +47,21 @@ noinst_HEADERS = \ babeltrace/ctf-text/types.h \ babeltrace/ctf/types.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-ir/event-types-internal.h \ + babeltrace/ctf-ir/event-fields-internal.h \ + babeltrace/ctf-ir/event-internal.h \ + babeltrace/ctf-ir/clock-internal.h \ + babeltrace/ctf-ir/stream-class-internal.h \ + babeltrace/ctf-ir/stream-internal.h \ + babeltrace/ctf-writer/functor-internal.h \ babeltrace/trace-handle-internal.h \ - babeltrace/uuid.h \ + babeltrace/compat/uuid.h \ + babeltrace/compat/memstream.h \ + babeltrace/compat/string.h \ + babeltrace/compat/utc.h \ + babeltrace/compat/limits.h \ babeltrace/endian.h \ babeltrace/mmap-align.h