From: Jérémie Galarneau Date: Fri, 5 May 2017 22:30:52 +0000 (-0400) Subject: Fix: missing header in Makefile breaks the dist build X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=commitdiff_plain;h=932a07e0e7c9d73e72379bab1970bbd75024b436 Fix: missing header in Makefile breaks the dist build Signed-off-by: Jérémie Galarneau --- 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