X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2FMakefile.am;h=8599efd7d3b8d792d9f21996df8ed15c84a7a781;hp=2d05ef9449665e642bbf20d7e67658b57f128546;hb=5b3d1e6e00c59c2d8efb7b1d6c854f9951a9c2d5;hpb=ccde9b25397f3e74c60bfbcb9f77008299a44cc9 diff --git a/include/Makefile.am b/include/Makefile.am index 2d05ef94..8599efd7 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -12,6 +12,14 @@ 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 + noinst_HEADERS = \ babeltrace/align.h \ babeltrace/babeltrace-internal.h \ @@ -30,10 +38,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-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/compat/limits.h \ babeltrace/endian.h \ babeltrace/mmap-align.h