Introduce bt_plugin and bt_component_class
[babeltrace.git] / include / Makefile.am
index f0f85ea0663d51a246e650ba21b2234ec0cb05b6..bc1621ca4178eeb4b01c923aa71cf3d927b28ab7 100644 (file)
@@ -36,6 +36,21 @@ babeltracectfirinclude_HEADERS = \
        babeltrace/ctf-ir/trace.h \
        babeltrace/ctf-ir/utils.h
 
+babeltraceplugininclude_HEADERS = \
+       babeltrace/plugin/plugin.h \
+       babeltrace/plugin/component.h \
+       babeltrace/plugin/component-factory.h \
+       babeltrace/plugin/source.h \
+       babeltrace/plugin/sink.h \
+       babeltrace/plugin/filter.h \
+       babeltrace/plugin/plugin-system.h \
+       babeltrace/plugin/notification/eot.h \
+       babeltrace/plugin/notification/notification.h \
+       babeltrace/plugin/notification/event.h \
+       babeltrace/plugin/notification/iterator.h \
+       babeltrace/plugin/notification/notification.h \
+       babeltrace/plugin/notification/packet.h
+
 noinst_HEADERS = \
        babeltrace/align.h \
        babeltrace/babeltrace-internal.h \
@@ -51,10 +66,10 @@ noinst_HEADERS = \
        babeltrace/types.h \
        babeltrace/object-internal.h \
        babeltrace/crc32.h \
-       babeltrace/debuginfo.h \
-       babeltrace/trace-debuginfo.h \
+       babeltrace/debug-info.h \
+       babeltrace/trace-debug-info.h \
        babeltrace/dwarf.h \
-       babeltrace/so-info.h \
+       babeltrace/bin-info.h \
        babeltrace/utils.h \
        babeltrace/ctf-ir/metadata.h \
        babeltrace/ctf/events-internal.h \
@@ -92,4 +107,16 @@ noinst_HEADERS = \
        babeltrace/compat/stdio.h \
        babeltrace/compat/mman.h \
        babeltrace/endian.h \
-       babeltrace/mmap-align.h
+       babeltrace/mmap-align.h \
+       babeltrace/plugin/component-factory-internal.h \
+       babeltrace/plugin/component-internal.h \
+       babeltrace/plugin/component-class-internal.h \
+       babeltrace/plugin/plugin-internal.h \
+       babeltrace/plugin/filter-internal.h \
+       babeltrace/plugin/sink-internal.h \
+       babeltrace/plugin/source-internal.h \
+       babeltrace/plugin/notification/eot-internal.h \
+       babeltrace/plugin/notification/event-internal.h \
+       babeltrace/plugin/notification/iterator-internal.h \
+       babeltrace/plugin/notification/notification-internal.h \
+       babeltrace/plugin/notification/packet-internal.h
This page took 0.02356 seconds and 4 git commands to generate.