Fix: update missing copyrights and ifdef protection mismatch
[babeltrace.git] / include / Makefile.am
index 4ad0af4c5663455fda5de64e479986b193f7c3b1..24826263aa496d20955f6d47a4fccbb95a74eb7a 100644 (file)
@@ -5,22 +5,27 @@ babeltraceinclude_HEADERS = \
        babeltrace/iterator.h \
        babeltrace/trace-collection.h \
        babeltrace/trace-handle.h \
-       babeltrace/ctf/events.h
+       babeltrace/list.h
 
+babeltracectfinclude_HEADERS = \
+       babeltrace/ctf/events.h \
+       babeltrace/ctf/callbacks.h
 
 noinst_HEADERS = \
        babeltrace/align.h \
        babeltrace/babeltrace-internal.h \
        babeltrace/bitfield.h \
-       babeltrace/callbacks-internal.h \
        babeltrace/compiler.h \
        babeltrace/context-internal.h \
        babeltrace/iterator-internal.h \
-       babeltrace/list.h \
        babeltrace/prio_heap.h \
        babeltrace/types.h \
        babeltrace/ctf-ir/metadata.h \
+       babeltrace/ctf/events-internal.h \
        babeltrace/ctf/metadata.h \
        babeltrace/ctf-text/types.h \
        babeltrace/ctf/types.h \
-       babeltrace/trace-handle-internal.h
+       babeltrace/ctf/callbacks-internal.h \
+       babeltrace/trace-handle-internal.h \
+       babeltrace/uuid.h \
+       babeltrace/endian.h
This page took 0.023575 seconds and 4 git commands to generate.