blob: 187c8d7abb3e30d3c1ec83d41e57f8d3b9d4566a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Move custom headers into their own directory
--- Makefile.am.orig 2017-09-23 23:21:02 UTC
+++ Makefile.am
@@ -208,7 +208,10 @@ pkginclude_internal_HEADERS = \
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
+
+pkginclude_internal_customdir = $(pkgincludedir)/internal/custom
+pkginclude_internal_custom_HEADERS = \
include/gtest/internal/custom/gtest.h \
include/gtest/internal/custom/gtest-port.h \
include/gtest/internal/custom/gtest-printers.h
|