Build fix and sink implementation
[babeltrace.git] / include / Makefile.am
index 6a26c1b61da5308c82ee712a734142e15b6da461..d26647b24263ac825f9cb8deb1a98ac5e24d823c 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,8 +66,8 @@ 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/bin-info.h \
        babeltrace/utils.h \
@@ -92,4 +107,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.027213 seconds and 4 git commands to generate.