lttng-dev.lists.lttng.org archive mirror
 help / color / mirror / Atom feed
* [PATCH lttng-ust] fix: Add missing files to distribution
@ 2019-10-21 17:04 Michael Jeanson
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Jeanson @ 2019-10-21 17:04 UTC (permalink / raw)
  To: lttng-dev

Signed-off-by: Michael Jeanson <mjeanson@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH lttng-ust] fix: Add missing files to distribution
       [not found] <20191021170414.9048-1-mjeanson@efficios.com>
@ 2019-10-21 18:38 ` Mathieu Desnoyers
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Desnoyers @ 2019-10-21 18:38 UTC (permalink / raw)
  To: Michael Jeanson; +Cc: lttng-dev

Merged into UST 2.10, 2.11, master, thanks!

Mathieu

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

> Signed-off-by: Michael Jeanson <mjeanson@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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-21 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21 17:04 [PATCH lttng-ust] fix: Add missing files to distribution Michael Jeanson
     [not found] <20191021170414.9048-1-mjeanson@efficios.com>
2019-10-21 18:38 ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).