From 932a07e0e7c9d73e72379bab1970bbd75024b436 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Fri, 5 May 2017 18:30:52 -0400 Subject: [PATCH] Fix: missing header in Makefile breaks the dist build 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 bc105b064..24cbf09d8 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -109,4 +109,5 @@ noinst_HEADERS = \ lttng/notification/notification-internal.h \ lttng/trigger/trigger-internal.h \ lttng/endpoint-internal.h \ - lttng/notification/channel-internal.h + lttng/notification/channel-internal.h \ + lttng/channel-internal.h -- 2.34.1