From f7ddd24e694b77d4f0bf92967120321d24243054 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Mon, 8 Jul 2013 11:25:52 -0400 Subject: [PATCH] Fix: add gpl and lgpl files to tarball Fixes #581 Signed-off-by: David Goulet --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index b0537ce6e..584f59b2e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,4 +11,4 @@ dist_doc_DATA = LICENSE \ dist_noinst_DATA = CodingStyle -EXTRA_DIST = extras/lttng-bash_completion +EXTRA_DIST = extras/lttng-bash_completion gpl-2.0.txt lgpl-2.1.txt -- 2.34.1