From 46b81732b634f49b0f0da6ddb582a278a0aef98c Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Thu, 24 Jan 2019 14:48:46 -0800 Subject: Fixed "make dist" I made a few updates to the Makefile.am files so that "make dist" succeeds and produces a usable tarball. We need this for protobuf because the protobuf tarballs include a bundled copy of googletest. --- googlemock/Makefile.am | 1 - 1 file changed, 1 deletion(-) (limited to 'googlemock') diff --git a/googlemock/Makefile.am b/googlemock/Makefile.am index c2ee96db..6a5651c2 100644 --- a/googlemock/Makefile.am +++ b/googlemock/Makefile.am @@ -129,7 +129,6 @@ EXTRA_DIST += \ # Nonstandard package files for distribution. EXTRA_DIST += \ - CHANGES \ CONTRIBUTORS \ make/Makefile -- cgit v1.2.1