From 200618b32f0964a479d69c9b6e5073e6931c370a Mon Sep 17 00:00:00 2001 From: Tanu Kaskinen Date: Fri, 13 Sep 2019 16:18:43 +0300 Subject: [PATCH] build-sys: Add missing files to release tarballs --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 004bb70fc..778413578 100644 --- a/Makefile.am +++ b/Makefile.am @@ -18,6 +18,8 @@ ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ bootstrap.sh \ coverity/model.c \ + .gitlab-ci.yml \ + .gitlab/issue_templates/Bug.md \ git-version-gen \ LICENSE \ pulseaudio.supp \ @@ -30,6 +32,7 @@ EXTRA_DIST = \ README \ CODE_OF_CONDUCT.md \ scripts/benchmark_memory_usage.sh \ + scripts/Dockerfile \ scripts/plot_memory_usage.gp \ scripts/benchmarks/README \ todo \