aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-02-18 15:30:56 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-02-18 15:30:56 -0800
commita37d9d8c5911c9de56e94a66e9480336e85f1e08 (patch)
tree9bb2c3800752890c2a2b47215ee211a660dbede5 /Makefile
parent2173eea18b432c036a50f6b50cb4682f87740a2d (diff)
moved grpc_library.cc moved out of codegen
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3e9058187f..3891b0f827 100644
--- a/Makefile
+++ b/Makefile
@@ -2952,6 +2952,7 @@ endif
LIBGRPC++_SRC = \
src/cpp/client/secure_credentials.cc \
+ src/cpp/codegen/grpc_library.cc \
src/cpp/common/auth_property_iterator.cc \
src/cpp/common/secure_auth_context.cc \
src/cpp/common/secure_channel_arguments.cc \
@@ -3094,7 +3095,6 @@ endif
LIBGRPC++_CODEGEN_LIB_SRC = \
- src/cpp/codegen/grpc_library.cc \
PUBLIC_HEADERS_CXX += \
include/grpc++/impl/codegen/async_stream.h \
@@ -13040,6 +13040,7 @@ src/core/tsi/fake_transport_security.c: $(OPENSSL_DEP)
src/core/tsi/ssl_transport_security.c: $(OPENSSL_DEP)
src/core/tsi/transport_security.c: $(OPENSSL_DEP)
src/cpp/client/secure_credentials.cc: $(OPENSSL_DEP)
+src/cpp/codegen/grpc_library.cc: $(OPENSSL_DEP)
src/cpp/common/auth_property_iterator.cc: $(OPENSSL_DEP)
src/cpp/common/secure_auth_context.cc: $(OPENSSL_DEP)
src/cpp/common/secure_channel_arguments.cc: $(OPENSSL_DEP)