X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2FMakefile.am;h=1f2b558af25c4493e149d18ef20eb2a596a86d19;hp=70cdd2a18320793035c8a6018ca8d757e85db247;hb=b5a8598f01c8e40163449bff173909eff824647b;hpb=6f3077a2db5bfeb47ed75b1c7c731a5e8e60aa43 diff --git a/include/Makefile.am b/include/Makefile.am index 70cdd2a1..1f2b558a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,19 +1,67 @@ babeltraceinclude_HEADERS = \ babeltrace/babeltrace.h \ - babeltrace/format.h + babeltrace/format.h \ + babeltrace/context.h \ + babeltrace/iterator.h \ + babeltrace/trace-handle.h \ + babeltrace/list.h \ + babeltrace/clock-types.h + +babeltracectfinclude_HEADERS = \ + babeltrace/ctf/events.h \ + babeltrace/ctf/callbacks.h \ + babeltrace/ctf/iterator.h +babeltracectfwriterinclude_HEADERS = \ + 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 \ babeltrace/babeltrace-internal.h \ babeltrace/bitfield.h \ - babeltrace/callbacks-internal.h \ + babeltrace/clock-internal.h \ babeltrace/compiler.h \ + babeltrace/context-internal.h \ + babeltrace/format-internal.h \ babeltrace/iterator-internal.h \ - babeltrace/list.h \ + babeltrace/trace-collection.h \ babeltrace/prio_heap.h \ babeltrace/types.h \ + babeltrace/crc32.h \ + babeltrace/debuginfo.h \ + babeltrace/trace-debuginfo.h \ + babeltrace/dwarf.h \ + babeltrace/so-info.h \ babeltrace/ctf-ir/metadata.h \ + babeltrace/ctf/events-internal.h \ babeltrace/ctf/metadata.h \ babeltrace/ctf-text/types.h \ - babeltrace/ctf/types.h + babeltrace/ctf/types.h \ + babeltrace/ctf/callbacks-internal.h \ + babeltrace/ctf/ctf-index.h \ + babeltrace/ctf-writer/ref-internal.h \ + babeltrace/ctf-writer/writer-internal.h \ + babeltrace/ctf-writer/event-types-internal.h \ + babeltrace/ctf-writer/event-fields-internal.h \ + babeltrace/ctf-writer/event-internal.h \ + babeltrace/ctf-writer/clock-internal.h \ + babeltrace/ctf-writer/stream-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/compat/send.h \ + babeltrace/compat/fcntl.h \ + babeltrace/compat/stdlib.h \ + babeltrace/compat/dirent.h \ + babeltrace/compat/stdio.h \ + babeltrace/endian.h \ + babeltrace/mmap-align.h