From 44f921091a15a8c1b4cf8c7f0b17d95ff6c22eef Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 1 May 2016 14:14:42 +0100 Subject: [PATCH] isl: automake: don't explicitly EXTRA_DIST the tests folder The file(s) within are already picked thanks to the build rule of the respective test. No need to have the folder in EXTRA_DIST. Signed-off-by: Emil Velikov --- src/intel/isl/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am index d1f91a7..d371a29 100644 --- a/src/intel/isl/Makefile.am +++ b/src/intel/isl/Makefile.am @@ -31,8 +31,6 @@ ISL_GEN_LIBS = \ noinst_LTLIBRARIES = $(ISL_GEN_LIBS) libisl.la -EXTRA_DIST = tests - # The gallium includes are for the util/u_math.h include from main/macros.h AM_CPPFLAGS = \ $(INTEL_CFLAGS) \ -- 2.7.4