Port: win32 DLLs don't support hidden symbols
[babeltrace.git] / include / Makefile.am
index 581478203615d04c87187e0b23e8137886f2990a..bf0ca69cdb2c80173d2e4c94c92068bb1072dc2b 100644 (file)
@@ -1,12 +1,17 @@
+# Core API
 babeltraceinclude_HEADERS = \
        babeltrace/babeltrace.h \
        babeltrace/values.h \
        babeltrace/ref.h \
-       babeltrace/logging.h
+       babeltrace/logging.h \
+       babeltrace/version.h \
+       babeltrace/types.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 +21,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 +36,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 +55,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 \
@@ -79,6 +86,7 @@ noinst_HEADERS = \
        babeltrace/compat/stdio-internal.h \
        babeltrace/compat/stdlib-internal.h \
        babeltrace/compat/string-internal.h \
+       babeltrace/compat/unistd-internal.h \
        babeltrace/compat/utc-internal.h \
        babeltrace/compat/uuid-internal.h \
        babeltrace/compiler-internal.h \
@@ -109,7 +117,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 \
@@ -125,4 +132,5 @@ noinst_HEADERS = \
        babeltrace/plugin/plugin-internal.h \
        babeltrace/plugin/plugin-so-internal.h \
        babeltrace/prio-heap-internal.h \
-       babeltrace/ref-internal.h
+       babeltrace/ref-internal.h \
+       babeltrace/values-internal.h
This page took 0.024731 seconds and 4 git commands to generate.