Move library's version API to include/babeltrace/version.h
[babeltrace.git] / include / Makefile.am
index 581478203615d04c87187e0b23e8137886f2990a..124dce7eee90ba6b878b7bf02806fd6a54e0fdbf 100644 (file)
@@ -1,12 +1,16 @@
+# Core API
 babeltraceinclude_HEADERS = \
        babeltrace/babeltrace.h \
        babeltrace/values.h \
        babeltrace/ref.h \
-       babeltrace/logging.h
+       babeltrace/logging.h \
+       babeltrace/version.h
 
+# Legacy API (for CTF writer)
 babeltracectfinclude_HEADERS = \
        babeltrace/ctf/events.h
 
+# CTF writer API
 babeltracectfwriterinclude_HEADERS = \
        babeltrace/ctf-writer/clock.h \
        babeltrace/ctf-writer/writer.h \
@@ -16,6 +20,7 @@ babeltracectfwriterinclude_HEADERS = \
        babeltrace/ctf-writer/stream.h \
        babeltrace/ctf-writer/stream-class.h
 
+# CTF IR API
 babeltracectfirinclude_HEADERS = \
        babeltrace/ctf-ir/clock-class.h \
        babeltrace/ctf-ir/fields.h \
@@ -30,10 +35,12 @@ babeltracectfirinclude_HEADERS = \
        babeltrace/ctf-ir/utils.h \
        babeltrace/ctf-ir/visitor.h
 
+# Plugin and plugin development API
 babeltraceplugininclude_HEADERS = \
        babeltrace/plugin/plugin.h \
        babeltrace/plugin/plugin-dev.h
 
+# Graph, component, and notification API
 babeltracegraphinclude_HEADERS = \
        babeltrace/graph/clock-class-priority-map.h \
        babeltrace/graph/component-class-filter.h \
@@ -47,7 +54,6 @@ babeltracegraphinclude_HEADERS = \
        babeltrace/graph/component.h \
        babeltrace/graph/connection.h \
        babeltrace/graph/graph.h \
-       babeltrace/graph/notification-eot.h \
        babeltrace/graph/notification-event.h \
        babeltrace/graph/notification-heap.h \
        babeltrace/graph/notification-inactivity.h \
@@ -109,7 +115,6 @@ noinst_HEADERS = \
        babeltrace/graph/component-source-internal.h \
        babeltrace/graph/connection-internal.h \
        babeltrace/graph/graph-internal.h \
-       babeltrace/graph/notification-eot-internal.h \
        babeltrace/graph/notification-event-internal.h \
        babeltrace/graph/notification-heap-internal.h \
        babeltrace/graph/notification-inactivity-internal.h \
This page took 0.026396 seconds and 4 git commands to generate.