[lttng-dev] [PATCH lttng-ust] fix: Add missing files to distribution

Mathieu Desnoyers mathieu.desnoyers at efficios.com
Mon Oct 21 14:38:13 EDT 2019


Merged into UST 2.10, 2.11, master, thanks!

Mathieu

----- On Oct 21, 2019, at 1:04 PM, Michael Jeanson mjeanson at efficios.com wrote:

> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
> Makefile.am | 15 ++++++++++++---
> 1 file changed, 12 insertions(+), 3 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 810761ca..73b51909 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -34,9 +34,18 @@ SUBDIRS += tests doc
> pkgconfigdir = $(libdir)/pkgconfig
> pkgconfig_DATA = lttng-ust.pc
> 
> -dist_doc_DATA = README.md ChangeLog
> -
> -dist_noinst_DATA = CodingStyle
> +dist_doc_DATA = \
> +	ChangeLog \
> +	COPYING \
> +	LICENSE \
> +	README.md
> +
> +dist_noinst_DATA = \
> +	CodingStyle \
> +	CONTRIBUTING.md \
> +	gpl-2.0.txt \
> +	lgpl-2.1.txt \
> +	mit-license.txt
> 
> check-loop:
> 	cd tests && $(MAKE) $(AM_MAKEFLAGS) check-loop
> --
> 2.17.1

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


More information about the lttng-dev mailing list