From: Jérémie Galarneau Date: Fri, 23 Mar 2018 19:58:13 +0000 (-0400) Subject: Fix: out of tree build fails on missing header X-Git-Tag: v2.11.0-rc1~341 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=159e8e73519fc3549ef4042fa631165d963ddb9a;hp=d68c9a04537b683991a7355b812b0af954008cf1 Fix: out of tree build fails on missing header Signed-off-by: Jérémie Galarneau --- 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