blob: a6da4313a452bd0bfd0b2007f45677c6b67bad12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SUBDIRS = custom
EXTRA_DIST = \
gtest-death-test-internal.h \
gtest-filepath.h \
gtest-internal.h \
gtest-linked_ptr.h \
gtest-param-util-generated.h \
gtest-param-util-generated.h.pump \
gtest-param-util.h \
gtest-port-arch.h \
gtest-port.h \
gtest-string.h \
gtest-tuple.h \
gtest-tuple.h.pump \
gtest-type-util.h \
gtest-type-util.h.pump
|