projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f982e24
)
isl: automake: don't explicitly EXTRA_DIST the tests folder
author
Emil Velikov
<emil.velikov@collabora.com>
Sun, 1 May 2016 13:14:42 +0000
(14:14 +0100)
committer
Emil 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
patch
|
blob
|
history
diff --git
a/src/intel/isl/Makefile.am
b/src/intel/isl/Makefile.am
index d1f91a78e0204a837ee932c14c498f37f2ef539f..d371a29c7d1601653bf3777c8c14eb1b2ce751f4 100644
(file)
--- 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) \