X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=17d4faae664b9a6c3f17000570b564df4b12a2d3;hb=c6f9c5a3ab5bfe30a46a61331e79e0f53bb3d6f9;hp=9f106c967096911682517f177d90b2b2c632aaf4;hpb=654c1444b546fd79b209288b93ed4e87d9bb8a2b;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 9f106c96..17d4faae 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -5,7 +5,8 @@ babeltraceinclude_HEADERS = \ babeltrace/iterator.h \ babeltrace/trace-handle.h \ babeltrace/list.h \ - babeltrace/clock-types.h + babeltrace/clock-types.h \ + babeltrace/objects.h babeltracectfinclude_HEADERS = \ babeltrace/ctf/events.h \ @@ -52,6 +53,7 @@ noinst_HEADERS = \ babeltrace/ctf/ctf-index.h \ babeltrace/ctf-writer/ref-internal.h \ babeltrace/ctf-writer/writer-internal.h \ + babeltrace/ctf-ir/attributes-internal.h \ babeltrace/ctf-ir/event-types-internal.h \ babeltrace/ctf-ir/event-fields-internal.h \ babeltrace/ctf-ir/event-internal.h \