X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=e36817319bfcf3c5f44f2b9d5b5a122158a6b9db;hb=46bd0f2b6f3056aa85ac827a85fd8c878f261313;hp=2d05ef9449665e642bbf20d7e67658b57f128546;hpb=42d07a0f97d1d8a1fda344a8eb912c82feb8dea8;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 2d05ef94..e3681731 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -10,7 +10,13 @@ babeltraceinclude_HEADERS = \ babeltracectfinclude_HEADERS = \ babeltrace/ctf/events.h \ babeltrace/ctf/callbacks.h \ - babeltrace/ctf/iterator.h + babeltrace/ctf/iterator.h \ + 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 \