From 216c37f057ae0fff38062984c890df912f40ccf6 Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Mon, 7 Jan 2019 17:06:16 -0500 Subject: Googletest export Drop generated file gmock-generated-internal-utils.h. PiperOrigin-RevId: 228232195 --- googlemock/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'googlemock/Makefile.am') 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. -- cgit v1.2.3