X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=00364dc830236fb0e06cad4766f1622672ef2f53;hb=3f043b0587e8c2bc1f8921438c112e41fa54db8f;hp=7bf253912b612d56a92bd8e01c92d1e05c7d2da3;hpb=92c6a024cd3e81293bd39fd2b322e12ce57ea502;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 7bf25391..00364dc8 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -12,6 +12,23 @@ babeltracectfinclude_HEADERS = \ 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 \ @@ -30,9 +47,20 @@ 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/compat/uuid.h \ babeltrace/compat/memstream.h \ + babeltrace/compat/string.h \ babeltrace/compat/utc.h \ babeltrace/endian.h \ babeltrace/mmap-align.h