diff options
author | Craig Tiller <ctiller@google.com> | 2017-03-03 16:52:37 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-03-03 16:52:37 -0800 |
commit | f09ec59222e4abd8a534f89139f6b52378776fc4 (patch) | |
tree | efe76223d005dab9e753acb229d8ad1f07a97c8f /Makefile | |
parent | 0dc57ad46f376356c3d4d155e974b0c37e9609df (diff) |
Fix mac build
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |