Rename to separate the plug-in and component notions
[babeltrace.git] / include / Makefile.am
index f0f85ea0663d51a246e650ba21b2234ec0cb05b6..f6b11bfc1f174320755e7c8ead57fc5a34d70eb3 100644 (file)
@@ -36,6 +36,22 @@ 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-lib.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 +67,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 +108,14 @@ 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/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.024198 seconds and 4 git commands to generate.