X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=a463dba4f10ccb65f1bd56126213b4656c2ea079;hb=ac0c6bddcdde51dcbb46fc73c61d4f2330774451;hp=121d6a8ba2bb4f83096f82a4cf4907446e3aebb2;hpb=98a4cbefe4c162067144bf5e1b7341c8dd8767bb;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index 121d6a8b..a463dba4 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -24,7 +24,7 @@ babeltracectfwriterinclude_HEADERS = \ babeltrace/ctf-writer/stream-class.h babeltracectfirinclude_HEADERS = \ - babeltrace/ctf-ir/clock.h \ + babeltrace/ctf-ir/clock-class.h \ babeltrace/ctf-ir/fields.h \ babeltrace/ctf-ir/field-types.h \ babeltrace/ctf-ir/event.h \ @@ -91,7 +91,7 @@ noinst_HEADERS = \ babeltrace/ctf-ir/event-internal.h \ babeltrace/ctf-ir/event-class-internal.h \ babeltrace/ctf-ir/field-path-internal.h \ - babeltrace/ctf-ir/clock-internal.h \ + babeltrace/ctf-ir/clock-class-internal.h \ babeltrace/ctf-ir/resolve-internal.h \ babeltrace/ctf-ir/stream-class-internal.h \ babeltrace/ctf-ir/stream-internal.h \ @@ -99,6 +99,7 @@ noinst_HEADERS = \ babeltrace/ctf-ir/trace-internal.h \ babeltrace/ctf-ir/validation-internal.h \ babeltrace/ctf-ir/visitor-internal.h \ + babeltrace/ctf-writer/clock-internal.h \ babeltrace/ctf-writer/functor-internal.h \ babeltrace/trace-handle-internal.h \ babeltrace/compat/uuid.h \