X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=88c28c28e3501b162e0bb2e19d2f5d346623e66c;hb=bc26fd5eb73f9335aed925b2756929d8d3b0147b;hp=9f106c967096911682517f177d90b2b2c632aaf4;hpb=654c1444b546fd79b209288b93ed4e87d9bb8a2b;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 9f106c96..88c28c28 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 \ @@ -42,7 +44,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 \ @@ -50,8 +54,8 @@ 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 \ @@ -59,6 +63,7 @@ noinst_HEADERS = \ babeltrace/ctf-ir/stream-class-internal.h \ babeltrace/ctf-ir/stream-internal.h \ babeltrace/ctf-ir/trace-internal.h \ + babeltrace/ctf-ir/visitor-internal.h \ babeltrace/ctf-writer/functor-internal.h \ babeltrace/trace-handle-internal.h \ babeltrace/compat/uuid.h \ @@ -66,5 +71,6 @@ noinst_HEADERS = \ babeltrace/compat/string.h \ babeltrace/compat/utc.h \ babeltrace/compat/limits.h \ + babeltrace/compat/glib.h \ babeltrace/endian.h \ babeltrace/mmap-align.h