X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=30c4cdff299540272fd5c8ab15a773e875dd6d58;hb=a323afb2c1147130155340f0858466d406729310;hp=b70ee7e63c7462a634b32f8ed135d4fddebf5124;hpb=de3dd40e6fcad56e227f5fc8a8290fbaa88b4e07;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index b70ee7e6..30c4cdff 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 \ @@ -27,7 +28,6 @@ babeltracectfirinclude_HEADERS = \ babeltrace/ctf-ir/event-fields.h \ babeltrace/ctf-ir/event-types.h \ babeltrace/ctf-ir/event.h \ - babeltrace/ctf-ir/ref.h \ babeltrace/ctf-ir/stream.h \ babeltrace/ctf-ir/stream-class.h \ babeltrace/ctf-ir/trace.h \ @@ -46,6 +46,7 @@ noinst_HEADERS = \ 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 \ @@ -55,7 +56,6 @@ noinst_HEADERS = \ babeltrace/ctf/ctf-index.h \ babeltrace/ctf-writer/writer-internal.h \ babeltrace/ctf-ir/attributes-internal.h \ - babeltrace/ctf-ir/common-internal.h \ babeltrace/ctf-ir/event-types-internal.h \ babeltrace/ctf-ir/event-fields-internal.h \ babeltrace/ctf-ir/event-internal.h \ @@ -71,5 +71,8 @@ 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/endian.h \ babeltrace/mmap-align.h