From: Philippe Proulx Date: Tue, 19 Feb 2019 14:27:28 +0000 (-0500) Subject: include/Makefile.am: add missing files X-Git-Tag: v2.0.0-pre5~171 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=5fc74d182a0633622c5dfbabf513232e9e2003bc include/Makefile.am: add missing files Signed-off-by: Philippe Proulx --- 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 \