X-Git-Url: http://drtracing.org/?a=blobdiff_plain;ds=sidebyside;f=include%2FMakefile.am;h=e7f32eab13e7765793b56c9a8ae0046e881fb353;hb=d8fefb9b5319fb3428c01f0ba0f8a3e30f39d143;hp=15159dd7a81d2fd1d84fc9c89a288adbe62a1434;hpb=83509119a945fc77faff869daaf48627e1c4b3fa;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 15159dd7..e7f32eab 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -25,10 +25,13 @@ babeltracectfwriterinclude_HEADERS = \ babeltracectfirinclude_HEADERS = \ babeltrace/ctf-ir/clock.h \ - babeltrace/ctf-ir/event-fields.h \ - babeltrace/ctf-ir/event-types.h \ + babeltrace/ctf-ir/fields.h \ + babeltrace/ctf-ir/field-types.h \ babeltrace/ctf-ir/event.h \ + babeltrace/ctf-ir/event-class.h \ + babeltrace/ctf-ir/field-path.h \ babeltrace/ctf-ir/stream.h \ + babeltrace/ctf-ir/packet.h \ babeltrace/ctf-ir/stream-class.h \ babeltrace/ctf-ir/trace.h \ babeltrace/ctf-ir/utils.h @@ -56,14 +59,18 @@ noinst_HEADERS = \ babeltrace/ctf/ctf-index.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/field-types-internal.h \ + babeltrace/ctf-ir/fields-internal.h \ babeltrace/ctf-ir/event-internal.h \ + babeltrace/ctf-ir/event-class-internal.h \ + babeltrace/ctf-ir/field-path-internal.h \ babeltrace/ctf-ir/clock-internal.h \ + babeltrace/ctf-ir/resolve-internal.h \ babeltrace/ctf-ir/stream-class-internal.h \ babeltrace/ctf-ir/stream-internal.h \ + babeltrace/ctf-ir/packet-internal.h \ babeltrace/ctf-ir/trace-internal.h \ - babeltrace/ctf-ir/visitor-internal.h \ + babeltrace/ctf-ir/validation-internal.h \ babeltrace/ctf-writer/functor-internal.h \ babeltrace/trace-handle-internal.h \ babeltrace/compat/uuid.h \ @@ -71,5 +78,12 @@ noinst_HEADERS = \ babeltrace/compat/string.h \ babeltrace/compat/utc.h \ babeltrace/compat/limits.h \ + babeltrace/compat/glib.h \ + babeltrace/compat/send.h \ + babeltrace/compat/fcntl.h \ + babeltrace/compat/stdlib.h \ + babeltrace/compat/dirent.h \ + babeltrace/compat/stdio.h \ + babeltrace/compat/mman.h \ babeltrace/endian.h \ babeltrace/mmap-align.h