OSDN Git Service

build: EXTRA_DIST doesn't recognize wildcards
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Thu, 1 Feb 2018 08:10:14 +0000 (09:10 +0100)
committerXiang, Haihao <haihao.xiang@intel.com>
Sun, 11 Feb 2018 11:35:46 +0000 (19:35 +0800)
test/Makefile.am

index 112eff0..738d79f 100644 (file)
@@ -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)