From 0a89edfda900b6322d0823a56f3d8241c90035a2 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 16 Dec 2016 13:20:29 +0100 Subject: Google C++ Testing Framework 1.8.0 --- Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9c96b42..29797e4 100644 --- a/Makefile.am +++ b/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 -- cgit v1.2.3