]> git-server-git.apps.pok.os.sepia.ceph.com Git - googletest.git/commitdiff
Adding missing header files to the distribution.
authorMartin Maly <mmaly@google.com>
Sun, 20 Sep 2015 04:45:10 +0000 (21:45 -0700)
committerMartin Maly <mmaly@google.com>
Sun, 20 Sep 2015 04:58:33 +0000 (21:58 -0700)
googletest/Makefile.am

index 9c96b42572ca943d5fb4d4303842f12a545e8523..29797e4e9de4e1d5e5f93bba14288de87f623946 100644 (file)
@@ -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