aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-03-03 16:52:37 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-03-03 16:52:37 -0800
commitf09ec59222e4abd8a534f89139f6b52378776fc4 (patch)
treeefe76223d005dab9e753acb229d8ad1f07a97c8f /Makefile
parent0dc57ad46f376356c3d4d155e974b0c37e9609df (diff)
Fix mac build
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index c2d06feedd..61bf4ebf94 100644
--- a/Makefile
+++ b/Makefile
@@ -4976,6 +4976,7 @@ endif
LIBGRPC_BENCHMARK_SRC = \
+ test/cpp/microbenchmarks/helpers.cc \
PUBLIC_HEADERS_CXX += \
@@ -18380,6 +18381,7 @@ test/cpp/interop/interop_client.cc: $(OPENSSL_DEP)
test/cpp/interop/interop_server.cc: $(OPENSSL_DEP)
test/cpp/interop/interop_server_bootstrap.cc: $(OPENSSL_DEP)
test/cpp/interop/server_helper.cc: $(OPENSSL_DEP)
+test/cpp/microbenchmarks/helpers.cc: $(OPENSSL_DEP)
test/cpp/qps/client_async.cc: $(OPENSSL_DEP)
test/cpp/qps/client_sync.cc: $(OPENSSL_DEP)
test/cpp/qps/driver.cc: $(OPENSSL_DEP)