X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=b70ee7e63c7462a634b32f8ed135d4fddebf5124;hb=de3dd40e6fcad56e227f5fc8a8290fbaa88b4e07;hp=ec927b9173ffa21f9a9557c157e80f5e38ba5d77;hpb=550461940505dbeae425d1b87d145549800a5341;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index ec927b91..b70ee7e6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -5,7 +5,8 @@ babeltraceinclude_HEADERS = \ babeltrace/iterator.h \ babeltrace/trace-handle.h \ babeltrace/list.h \ - babeltrace/clock-types.h + babeltrace/clock-types.h \ + babeltrace/objects.h babeltracectfinclude_HEADERS = \ babeltrace/ctf/events.h \ @@ -18,7 +19,19 @@ babeltracectfwriterinclude_HEADERS = \ 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.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/ref.h \ + babeltrace/ctf-ir/stream.h \ + babeltrace/ctf-ir/stream-class.h \ + babeltrace/ctf-ir/trace.h \ + babeltrace/ctf-ir/utils.h noinst_HEADERS = \ babeltrace/align.h \ @@ -31,6 +44,7 @@ noinst_HEADERS = \ babeltrace/iterator-internal.h \ babeltrace/trace-collection.h \ babeltrace/prio_heap.h \ + babeltrace/ref-internal.h \ babeltrace/types.h \ babeltrace/ctf-ir/metadata.h \ babeltrace/ctf/events-internal.h \ @@ -38,18 +52,24 @@ noinst_HEADERS = \ babeltrace/ctf-text/types.h \ babeltrace/ctf/types.h \ babeltrace/ctf/callbacks-internal.h \ - babeltrace/ctf-writer/ref-internal.h \ + babeltrace/ctf/ctf-index.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-ir/attributes-internal.h \ + babeltrace/ctf-ir/common-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-ir/trace-internal.h \ + babeltrace/ctf-ir/visitor-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/compat/limits.h \ babeltrace/endian.h \ babeltrace/mmap-align.h