diff options
author | Emil Velikov <[email protected]> | 2016-05-01 14:14:42 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2016-05-01 14:17:30 +0100 |
commit | 44f921091a15a8c1b4cf8c7f0b17d95ff6c22eef (patch) | |
tree | ab529c3f6de9a3ade65300ddca615a594db8d923 /src/intel/isl | |
parent | f982e2434b0b30db9401a4db62868dd357eec041 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/intel/isl')
-rw-r--r-- | src/intel/isl/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/intel/isl/Makefile.am b/src/intel/isl/Makefile.am index d1f91a78e02..d371a29c7d1 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) \ |