X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=fbb7fce60ac05a4454da0bf5f93f515a04f1652e;hb=b011f6b0d77e0a93fffa1b47ee32e1b07dd16a8a;hp=3f7f098750d81a1b6e8d6a81136d0e478e550e5d;hpb=daf013576bcddab6341887d1e8e16fd4659c30e4;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 3f7f0987..fbb7fce6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -5,7 +5,9 @@ babeltraceinclude_HEADERS = \ babeltrace/iterator.h \ babeltrace/trace-handle.h \ babeltrace/list.h \ - babeltrace/clock-types.h + babeltrace/clock-types.h \ + babeltrace/values.h \ + babeltrace/ref.h babeltracectfinclude_HEADERS = \ babeltrace/ctf/events.h \ @@ -26,9 +28,11 @@ babeltracectfirinclude_HEADERS = \ babeltrace/ctf-ir/event-fields.h \ babeltrace/ctf-ir/event-types.h \ babeltrace/ctf-ir/event.h \ + babeltrace/ctf-ir/field-path.h \ babeltrace/ctf-ir/stream.h \ babeltrace/ctf-ir/stream-class.h \ - babeltrace/ctf-ir/trace.h + babeltrace/ctf-ir/trace.h \ + babeltrace/ctf-ir/utils.h noinst_HEADERS = \ babeltrace/align.h \ @@ -41,7 +45,9 @@ noinst_HEADERS = \ babeltrace/iterator-internal.h \ babeltrace/trace-collection.h \ babeltrace/prio_heap.h \ + babeltrace/ref-internal.h \ babeltrace/types.h \ + babeltrace/object-internal.h \ babeltrace/ctf-ir/metadata.h \ babeltrace/ctf/events-internal.h \ babeltrace/ctf/metadata.h \ @@ -49,15 +55,18 @@ noinst_HEADERS = \ 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-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/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/trace-internal.h \ + babeltrace/ctf-ir/validation-internal.h \ babeltrace/ctf-writer/functor-internal.h \ babeltrace/trace-handle-internal.h \ babeltrace/compat/uuid.h \ @@ -65,5 +74,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