From b78d142a1583e850713474d8053bea643247b8af Mon Sep 17 00:00:00 2001 From: Thomas Wood Date: Wed, 29 Oct 2014 17:18:06 +0000 Subject: [PATCH] build: fix distcheck Fix distcheck issues introduced by commit 685e577 (Move library selftests to lib/tests). Cc: Daniel Vetter Signed-off-by: Thomas Wood --- lib/tests/Makefile.am | 2 +- tests/Makefile.sources | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am index 808d31f2..765e3e57 100644 --- a/lib/tests/Makefile.am +++ b/lib/tests/Makefile.am @@ -1,7 +1,7 @@ include Makefile.sources EXTRA_PROGRAMS = $(TESTS_testsuite) -EXTRA_DIST = $(TESTS_scripts) +EXTRA_DIST = $(TESTS_testsuite_scripts) CLEANFILES = $(EXTRA_PROGRAMS) diff --git a/tests/Makefile.sources b/tests/Makefile.sources index fed71c27..8debfec9 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -214,7 +214,6 @@ scripts = \ ddx_intel_after_fbdev \ debugfs_wedged \ drm_lib.sh \ - igt_command_line.sh \ $(NULL) IMAGES = pass.png 1080p-left.png 1080p-right.png