aboutsummaryrefslogtreecommitdiffstats
path: root/googlemock/Makefile.am
diff options
context:
space:
mode:
authorAbseil Team <absl-team@google.com>2019-01-07 17:06:16 -0500
committergennadiycivil <misterg@google.com>2019-01-08 11:50:56 -0500
commit216c37f057ae0fff38062984c890df912f40ccf6 (patch)
tree19bd4362670a0c0440f08b0360eaca8a5e44d9ed /googlemock/Makefile.am
parent644319b9f06f6ca9bf69fe791be399061044bc3d (diff)
downloadgoogletest-216c37f057ae0fff38062984c890df912f40ccf6.tar.gz
googletest-216c37f057ae0fff38062984c890df912f40ccf6.tar.bz2
googletest-216c37f057ae0fff38062984c890df912f40ccf6.zip
Googletest export
Drop generated file gmock-generated-internal-utils.h. PiperOrigin-RevId: 228232195
Diffstat (limited to 'googlemock/Makefile.am')
-rw-r--r--googlemock/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/googlemock/Makefile.am b/googlemock/Makefile.am
index 7fe68099..c2ee96db 100644
--- a/googlemock/Makefile.am
+++ b/googlemock/Makefile.am
@@ -41,7 +41,6 @@ pkginclude_HEADERS = \
pkginclude_internaldir = $(pkgincludedir)/internal
pkginclude_internal_HEADERS = \
- include/gmock/internal/gmock-generated-internal-utils.h \
include/gmock/internal/gmock-internal-utils.h \
include/gmock/internal/gmock-port.h \
include/gmock/internal/gmock-pp.h \
@@ -111,7 +110,6 @@ EXTRA_DIST += \
test/gmock-generated-actions_test.cc \
test/gmock-function-mocker_test.cc \
test/gmock-generated-function-mockers_test.cc \
- test/gmock-generated-internal-utils_test.cc \
test/gmock-generated-matchers_test.cc \
test/gmock-internal-utils_test.cc \
test/gmock-matchers_test.cc \
@@ -141,7 +139,6 @@ EXTRA_DIST += \
include/gmock/gmock-generated-actions.h.pump \
include/gmock/gmock-generated-function-mockers.h.pump \
include/gmock/gmock-generated-matchers.h.pump \
- include/gmock/internal/gmock-generated-internal-utils.h.pump \
include/gmock/internal/custom/gmock-generated-actions.h.pump
# Script for fusing Google Mock and Google Test source files.