From 05493f736d41dbaa2f6f8b8c1c235d30d2370800 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Fri, 6 Sep 2013 15:20:35 +0100 Subject: [PATCH] testdisplay: Distribute pass.png --- tests/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 0fb1af3..ad2b1d5 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -185,8 +185,11 @@ scripts = \ drm_lib.sh \ $(NULL) +IMAGES = pass.png + EXTRA_PROGRAMS = $(TESTS_progs) $(TESTS_progs_M) $(HANG) $(TESTS_testsuite) -EXTRA_DIST = $(TESTS_scripts) $(TESTS_scripts_M) $(scripts) +EXTRA_DIST = $(TESTS_scripts) $(TESTS_scripts_M) $(scripts) $(IMAGES) + CLEANFILES = $(EXTRA_PROGRAMS) AM_CFLAGS = $(DRM_CFLAGS) $(CWARNFLAGS) \ -- 2.7.4