X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=include%2FMakefile.am;h=fcd4409e23d59d978b9ca4a1af23b4dadb44bf81;hb=2ca0671b277b27e4d91084dc1a6f754bcfe196d1;hp=2928f7575228496a50045d99abb2f7b04afd523a;hpb=347829f5b1eaf79a540f4623f7ae5ee4e9e3d4c7;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 2928f757..fcd4409e 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -6,7 +6,8 @@ babeltraceinclude_HEADERS = \ babeltrace/trace-handle.h \ babeltrace/list.h \ babeltrace/clock-types.h \ - babeltrace/objects.h + babeltrace/values.h \ + babeltrace/ref.h babeltracectfinclude_HEADERS = \ babeltrace/ctf/events.h \ @@ -43,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 \ @@ -51,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 \ @@ -60,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 \ @@ -67,5 +71,11 @@ 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/endian.h \ babeltrace/mmap-align.h