From: Mathieu Desnoyers Date: Mon, 1 Aug 2022 16:22:59 +0000 (-0400) Subject: Fix: add missing tracelog-internal.h to makefile X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=6a9a0c0646c1aaae98b6ae3a083d836a37c2d4c3 Fix: add missing tracelog-internal.h to makefile Missing from make dist. Signed-off-by: Mathieu Desnoyers Change-Id: I66ce16b69f003893bac95a54b0a4bb09370ab3bb --- 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 \