From: Michael Jeanson Date: Thu, 3 Sep 2015 20:14:41 +0000 (-0400) Subject: Fix: add missing ust-elf.h header to dist X-Git-Url: http://git.efficios.com/?p=deliverable%2Flttng-ust.git;a=commitdiff_plain;h=f8128bc869b369325edf71c5eb617abe9be4c047 Fix: add missing ust-elf.h header to dist Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers --- 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.