From f8128bc869b369325edf71c5eb617abe9be4c047 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 3 Sep 2015 16:14:41 -0400 Subject: [PATCH] Fix: add missing ust-elf.h header to dist Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- include/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/Makefile.am b/include/Makefile.am index 44102ef8..3c9cf248 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -24,7 +24,8 @@ nobase_include_HEADERS = \ lttng/tracelog.h \ lttng/lttng-ust-tracelog.h \ lttng/ust-clock.h \ - lttng/ust-getcpu.h + lttng/ust-getcpu.h \ + lttng/ust-elf.h # note: usterr-signal-safe.h, core.h and share.h need namespace cleanup. -- 2.34.1