From f81146f888ef3af3d54ce75072f96966c9d46d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Manuel=20J=C3=A1quez=20Leal?= Date: Thu, 1 Feb 2018 09:10:14 +0100 Subject: build: EXTRA_DIST doesn't recognize wildcards --- test/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') 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) -- cgit v1.2.1