From: Emil Velikov Date: Sun, 1 May 2016 13:14:42 +0000 (+0100) Subject: isl: automake: don't explicitly EXTRA_DIST the tests folder X-Git-Tag: upstream/17.1.0~10350 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44f921091a15a8c1b4cf8c7f0b17d95ff6c22eef;p=platform%2Fupstream%2Fmesa.git 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 --- 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) \