Automatically generate discarded packets/events notifications
[babeltrace.git] / include / Makefile.am
index 1238144a9cbbf10b79b0090ecf99cb179561db21..387ab5e6c8a84a3351a4bcc5ca41cd6789f1cfc5 100644 (file)
@@ -3,7 +3,9 @@ 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 = \
@@ -53,6 +55,8 @@ babeltracegraphinclude_HEADERS = \
        babeltrace/graph/component.h \
        babeltrace/graph/connection.h \
        babeltrace/graph/graph.h \
+       babeltrace/graph/notification-discarded-events.h \
+       babeltrace/graph/notification-discarded-packets.h \
        babeltrace/graph/notification-event.h \
        babeltrace/graph/notification-heap.h \
        babeltrace/graph/notification-inactivity.h \
@@ -74,17 +78,19 @@ noinst_HEADERS = \
        babeltrace/babeltrace-internal.h \
        babeltrace/bitfield-internal.h \
        babeltrace/common-internal.h \
-       babeltrace/compat/dirent-internal.h \
        babeltrace/compat/fcntl-internal.h \
        babeltrace/compat/glib-internal.h \
        babeltrace/compat/limits-internal.h \
        babeltrace/compat/memstream-internal.h \
        babeltrace/compat/mman-internal.h \
-       babeltrace/compat/send-internal.h \
+       babeltrace/compat/socket-internal.h \
        babeltrace/compat/stdio-internal.h \
        babeltrace/compat/stdlib-internal.h \
        babeltrace/compat/string-internal.h \
+       babeltrace/compat/time-internal.h \
+       babeltrace/compat/unistd-internal.h \
        babeltrace/compat/utc-internal.h \
+       babeltrace/compat/utsname-internal.h \
        babeltrace/compat/uuid-internal.h \
        babeltrace/compiler-internal.h \
        babeltrace/ctf-ir/attributes-internal.h \
@@ -114,6 +120,7 @@ noinst_HEADERS = \
        babeltrace/graph/component-source-internal.h \
        babeltrace/graph/connection-internal.h \
        babeltrace/graph/graph-internal.h \
+       babeltrace/graph/notification-discarded-elements-internal.h \
        babeltrace/graph/notification-event-internal.h \
        babeltrace/graph/notification-heap-internal.h \
        babeltrace/graph/notification-inactivity-internal.h \
@@ -123,10 +130,12 @@ noinst_HEADERS = \
        babeltrace/graph/notification-stream-internal.h \
        babeltrace/graph/port-internal.h \
        babeltrace/lib-logging-internal.h \
+       babeltrace/list-internal.h \
        babeltrace/logging-internal.h \
        babeltrace/mmap-align-internal.h \
        babeltrace/object-internal.h \
        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.025134 seconds and 4 git commands to generate.