Fix: add missing tracelog-internal.h to makefile
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 1 Aug 2022 16:22:59 +0000 (12:22 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 1 Aug 2022 16:22:59 +0000 (12:22 -0400)
Missing from make dist.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I66ce16b69f003893bac95a54b0a4bb09370ab3bb

src/lib/lttng-ust/Makefile.am

index a1f8603e0e1bf0ae37300e338953c3c226503f25..cb0cbcf27c17c49bd25a5cdabe363d7150475f0a 100644 (file)
@@ -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 \
This page took 0.025312 seconds and 4 git commands to generate.