diff options
author | Damien Lespiau <damien.lespiau@intel.com> | 2013-09-06 15:20:35 +0100 |
---|---|---|
committer | Damien Lespiau <damien.lespiau@intel.com> | 2013-09-30 18:04:20 +0100 |
commit | 05493f736d41dbaa2f6f8b8c1c235d30d2370800 (patch) | |
tree | 3a95ed2ae8b0e5602d092eb4e8600e1167712aa9 | |
parent | 76dfa9195a489aa8de954f888895278bdccec3b7 (diff) |
testdisplay: Distribute pass.png
-rw-r--r-- | tests/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 0fb1af3b..ad2b1d58 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) \ |