X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2FMakefile.am;h=d183dbe0b521be3544105d4bd1caacfa47a2c269;hp=824be61b34a05b678df163b36597fdde84382806;hb=edcad9c1c88e6e698040855d7518d0c27dfc4489;hpb=bb919dd077169b5ee049ba3fc82f8555648cb22e diff --git a/include/Makefile.am b/include/Makefile.am index 824be61b..d183dbe0 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 \ @@ -19,6 +27,7 @@ noinst_HEADERS = \ 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 \ @@ -29,7 +38,22 @@ 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/compat/fcntl.h \ babeltrace/endian.h \ babeltrace/mmap-align.h