X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=9109642dcda8cb037c87640eccca7796c36436ce;hb=b319430e3071f61a34b1df73327f3f46e7661c0d;hp=6a65b5cf46946e80594431c3b690562bdf624e4a;hpb=caf929fa6105f9dbea79e3c05f9a9cbc7944028a;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 6a65b5cf..9109642d 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,7 +38,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-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/uuid.h \ + babeltrace/compat/uuid.h \ + babeltrace/compat/memstream.h \ + babeltrace/compat/string.h \ + babeltrace/compat/utc.h \ + babeltrace/compat/limits.h \ + babeltrace/compat/send.h \ babeltrace/endian.h \ babeltrace/mmap-align.h