X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=fcbd6a3d6fccba9f549eef50c63748934909fa8f;hb=2748fb3b919e397e5a17ac7b33d3b2027c00ba1f;hp=a011b38410ac15938790110d04330346280bf944;hpb=8b6e94997aafef8af615bc11ebb51c54b18700f0;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index a011b384..fcbd6a3d 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 @@ -47,6 +50,12 @@ noinst_HEADERS = \ babeltrace/ref-internal.h \ babeltrace/types.h \ babeltrace/object-internal.h \ + babeltrace/crc32.h \ + babeltrace/debug-info.h \ + babeltrace/trace-debug-info.h \ + babeltrace/dwarf.h \ + babeltrace/bin-info.h \ + babeltrace/utils.h \ babeltrace/ctf-ir/metadata.h \ babeltrace/ctf/events-internal.h \ babeltrace/ctf/metadata.h \ @@ -56,14 +65,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 \ @@ -76,5 +89,7 @@ noinst_HEADERS = \ 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