From 5fc74d182a0633622c5dfbabf513232e9e2003bc Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Tue, 19 Feb 2019 09:27:28 -0500 Subject: [PATCH] include/Makefile.am: add missing files Signed-off-by: Philippe Proulx --- include/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/Makefile.am b/include/Makefile.am index 4d850a1b..172188f1 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -181,8 +181,10 @@ babeltracegraphinclude_HEADERS = \ babeltrace/graph/message-packet-beginning.h \ babeltrace/graph/message-packet-end-const.h \ babeltrace/graph/message-packet-end.h \ + babeltrace/graph/message-stream-activity-beginning-const.h \ babeltrace/graph/message-stream-activity-beginning.h \ babeltrace/graph/message-stream-activity-const.h \ + babeltrace/graph/message-stream-activity-end-const.h \ babeltrace/graph/message-stream-activity-end.h \ babeltrace/graph/message-stream-beginning-const.h \ babeltrace/graph/message-stream-beginning.h \ -- 2.34.1