X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=6b81b234e3fe6dec5361f5027a4b01fa1f0191db;hb=91bb00241890871495cac25ae8becfc67105e421;hp=e36817319bfcf3c5f44f2b9d5b5a122158a6b9db;hpb=46bd0f2b6f3056aa85ac827a85fd8c878f261313;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index e3681731..6b81b234 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -10,7 +10,9 @@ babeltraceinclude_HEADERS = \ babeltracectfinclude_HEADERS = \ babeltrace/ctf/events.h \ babeltrace/ctf/callbacks.h \ - babeltrace/ctf/iterator.h \ + babeltrace/ctf/iterator.h + +babeltracectfwriterinclude_HEADERS = \ babeltrace/ctf-writer/clock.h \ babeltrace/ctf-writer/writer.h \ babeltrace/ctf-writer/event-fields.h \ @@ -36,10 +38,25 @@ 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/compat/send.h \ + babeltrace/compat/fcntl.h \ + babeltrace/compat/stdlib.h \ + babeltrace/compat/dirent.h \ + babeltrace/compat/stdio.h \ babeltrace/endian.h \ babeltrace/mmap-align.h