[lttng-dev] [PATCH lttng-ust] Fix: add missing ust-elf.h header to dist

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Fri Sep 4 00:38:42 EDT 2015


Merged into master, thanks!

Mathieu

----- On Sep 3, 2015, at 4:14 PM, Michael Jeanson mjeanson at efficios.com wrote:

> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
> include/Makefile.am | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/include/Makefile.am b/include/Makefile.am
> index 44102ef..3c9cf24 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.
> 
> --
> 1.9.1

-- 
Mathieu Desnoyers
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list