From 159e8e73519fc3549ef4042fa631165d963ddb9a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 23 Mar 2018 15:58:13 -0400 Subject: [PATCH] Fix: out of tree build fails on missing header MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- include/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index ae9264eab..7a3535b30 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -111,4 +111,5 @@ noinst_HEADERS = \ lttng/trigger/trigger-internal.h \ lttng/endpoint-internal.h \ lttng/notification/channel-internal.h \ - lttng/channel-internal.h + lttng/channel-internal.h \ + lttng/rotate-internal.h -- 2.34.1