From 1e99f8b8d2563d7f5c4e82932bab15abc5eacaef Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Fri, 29 Sep 2017 15:59:52 +0300 Subject: meson: Distribute meson build system files Signed-off-by: Petri Latvala Acked-by: Daniel Vetter --- tests/Makefile.am | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'tests/Makefile.am') diff --git a/tests/Makefile.am b/tests/Makefile.am index 1cea4036..89a97015 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -75,7 +75,12 @@ all-local: .gitignore @echo "$(pkglibexec_PROGRAMS) $(HANG) test-list.txt test-list-full.txt /.gitignore" | sed 's/\s\+/\n/g' | sort > $@ EXTRA_PROGRAMS = $(HANG) -EXTRA_DIST = $(common_files) $(check_SCRIPTS) +EXTRA_DIST = \ + $(common_files) \ + $(check_SCRIPTS) \ + generate_testlist.sh \ + meson.build \ + $(NULL) CLEANFILES = $(EXTRA_PROGRAMS) test-list.txt test-list-full.txt .gitignore -- cgit v1.2.3