diff options
author | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-09-20 03:23:53 -0400 |
---|---|---|
committer | Billy Donahue <BillyDonahue@users.noreply.github.com> | 2015-09-20 03:23:53 -0400 |
commit | c8c8f8c587286f19de2e6c4828e61a6f119b5d47 (patch) | |
tree | dc4d655e963292e17b4cdc738274eb0a89359401 | |
parent | b16fc6a69d10c48810d69ae3416785b3c5b99784 (diff) | |
parent | 48368f0c7dd84e795cea3a93550bf1122891b661 (diff) | |
download | googletest-c8c8f8c587286f19de2e6c4828e61a6f119b5d47.tar.gz googletest-c8c8f8c587286f19de2e6c4828e61a6f119b5d47.tar.bz2 googletest-c8c8f8c587286f19de2e6c4828e61a6f119b5d47.zip |
Merge pull request #593 from martinmaly/distcheck
Adding missing header files to the distribution.
-rw-r--r-- | googletest/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/googletest/Makefile.am b/googletest/Makefile.am index 9c96b425..29797e4e 100644 --- a/googletest/Makefile.am +++ b/googletest/Makefile.am @@ -205,9 +205,13 @@ pkginclude_internal_HEADERS = \ include/gtest/internal/gtest-param-util-generated.h \ include/gtest/internal/gtest-param-util.h \ include/gtest/internal/gtest-port.h \ + include/gtest/internal/gtest-port-arch.h \ include/gtest/internal/gtest-string.h \ include/gtest/internal/gtest-tuple.h \ - include/gtest/internal/gtest-type-util.h + include/gtest/internal/gtest-type-util.h \ + include/gtest/internal/custom/gtest.h \ + include/gtest/internal/custom/gtest-port.h \ + include/gtest/internal/custom/gtest-printers.h lib_libgtest_main_la_SOURCES = src/gtest_main.cc lib_libgtest_main_la_LIBADD = lib/libgtest.la |