isl: automake: don't explicitly EXTRA_DIST the tests folder
authorEmil Velikov <emil.velikov@collabora.com>
Sun, 1 May 2016 13:14:42 +0000 (14:14 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sun, 1 May 2016 13:17:30 +0000 (14:17 +0100)
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 <emil.velikov@collabora.com>
src/intel/isl/Makefile.am

index d1f91a78e0204a837ee932c14c498f37f2ef539f..d371a29c7d1601653bf3777c8c14eb1b2ce751f4 100644 (file)
@@ -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) \