From 6b50058889099e4287f683b97a86ca74607172c4 Mon Sep 17 00:00:00 2001 From: Jeff McGlynn Date: Thu, 26 Jul 2018 13:08:01 -0700 Subject: Remove third_party/googletest and reference git repo instead Use a Bazel git_repository rule to reference the git repository instead of bundling the source. Change-Id: I32a0970178cb87fbf0e381db2e2d51fcccab542f --- third_party/googletest/Makefile.am | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 third_party/googletest/Makefile.am (limited to 'third_party/googletest/Makefile.am') diff --git a/third_party/googletest/Makefile.am b/third_party/googletest/Makefile.am deleted file mode 100644 index 433eefe..0000000 --- a/third_party/googletest/Makefile.am +++ /dev/null @@ -1,14 +0,0 @@ -## Process this file with automake to produce Makefile.in -ACLOCAL_AMFLAGS = -I m4 - -AUTOMAKE_OPTIONS = foreign - -# Build . before src so that our all-local and clean-local hooks kicks in at -# the right time. -SUBDIRS = googletest googlemock - -EXTRA_DIST = \ - BUILD.bazel \ - CMakeLists.txt \ - README.md \ - WORKSPACE -- cgit v1.2.3