From 6a9a0c0646c1aaae98b6ae3a083d836a37c2d4c3 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 1 Aug 2022 12:22:59 -0400 Subject: [PATCH] Fix: add missing tracelog-internal.h to makefile Missing from make dist. Signed-off-by: Mathieu Desnoyers Change-Id: I66ce16b69f003893bac95a54b0a4bb09370ab3bb --- src/lib/lttng-ust/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/lttng-ust/Makefile.am b/src/lib/lttng-ust/Makefile.am index a1f8603e..cb0cbcf2 100644 --- a/src/lib/lttng-ust/Makefile.am +++ b/src/lib/lttng-ust/Makefile.am @@ -50,6 +50,7 @@ liblttng_ust_la_SOURCES = \ tracef.c \ lttng-ust-tracef-provider.h \ tracelog.c \ + tracelog-internal.h \ lttng-ust-tracelog-provider.h \ event-notifier-notification.c \ rculfhash.c \ -- 2.34.1