summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>2018-02-01 09:10:14 +0100
committerXiang, Haihao <haihao.xiang@intel.com>2018-02-11 19:35:46 +0800
commitf81146f888ef3af3d54ce75072f96966c9d46d8b (patch)
tree8e0ed1bb94723d317aa59e54e4d4357a505164c6 /test
parentb9a94430b94be25e2503478b43e986b2b1273f2b (diff)
downloadlibva-intel-driver-f81146f888ef3af3d54ce75072f96966c9d46d8b.tar.gz
build: EXTRA_DIST doesn't recognize wildcards
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 112eff07..738d79fe 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -35,8 +35,7 @@ libgtest_la_CXXFLAGS = \
EXTRA_DIST = \
gtest/docs \
gtest/include \
- gtest/src/*.cc \
- gtest/src/*.h \
+ gtest/src \
gtest/README.md \
gtest/LICENSE \
$(NULL)