X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=17d4faae664b9a6c3f17000570b564df4b12a2d3;hb=c6f9c5a3ab5bfe30a46a61331e79e0f53bb3d6f9;hp=00364dc830236fb0e06cad4766f1622672ef2f53;hpb=3f043b0587e8c2bc1f8921438c112e41fa54db8f;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 00364dc8..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 \ @@ -27,7 +28,9 @@ babeltracectfirinclude_HEADERS = \ babeltrace/ctf-ir/event-types.h \ babeltrace/ctf-ir/event.h \ babeltrace/ctf-ir/stream.h \ - babeltrace/ctf-ir/stream-class.h + babeltrace/ctf-ir/stream-class.h \ + babeltrace/ctf-ir/trace.h \ + babeltrace/ctf-ir/utils.h noinst_HEADERS = \ babeltrace/align.h \ @@ -50,17 +53,20 @@ 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 \ babeltrace/ctf-ir/clock-internal.h \ babeltrace/ctf-ir/stream-class-internal.h \ babeltrace/ctf-ir/stream-internal.h \ + babeltrace/ctf-ir/trace-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/endian.h \ babeltrace/mmap-align.h