From 3a17bf414e3c58c9f144f6d90787eddcaed3fed0 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Wed, 10 Apr 2019 21:08:58 -0400 Subject: [PATCH] build: include clear.h in dist Signed-off-by: Jonathan Rajotte --- src/bin/lttng-sessiond/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng-sessiond/Makefile.am b/src/bin/lttng-sessiond/Makefile.am index 7183bf195..afcc2d622 100644 --- a/src/bin/lttng-sessiond/Makefile.am +++ b/src/bin/lttng-sessiond/Makefile.am @@ -36,7 +36,7 @@ lttng_sessiond_SOURCES = utils.c utils.h \ notification-thread-commands.h notification-thread-commands.c \ notification-thread-events.h notification-thread-events.c \ sessiond-config.h sessiond-config.c \ - clear.c + clear.c clear.h if HAVE_LIBLTTNG_UST_CTL lttng_sessiond_SOURCES += trace-ust.c ust-registry.c ust-app.c \ -- 2.34.1