From: Philippe Proulx Date: Tue, 19 Feb 2019 14:27:28 +0000 (-0500) Subject: include/Makefile.am: add missing files X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=9aee34cfa6623c2ba0abbf38ac3d86878710d5a9;p=deliverable%2Fbabeltrace.git include/Makefile.am: add missing files Signed-off-by: Philippe Proulx --- diff --git a/include/Makefile.am b/include/Makefile.am index 4d850a1b2..172188f19 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 \