X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2FMakefile.am;h=387ab5e6c8a84a3351a4bcc5ca41cd6789f1cfc5;hb=2ec84d269adb6770ff512a8943e020bd9e9f9ffb;hp=aeb7cdd8aa8a2e98f757334afcdc91b146e3c063;hpb=708ab211381d2eb51ea78ca2af6b61ebee7c6bd9;p=babeltrace.git diff --git a/include/Makefile.am b/include/Makefile.am index aeb7cdd8..387ab5e6 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -55,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 \ @@ -118,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 \