aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-08 14:26:50 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-08 14:26:50 -0800
commit723af534197c66ab7888db51f08456a0b79a9ea7 (patch)
tree6ef50617b24c3e61a7b4b05e5c3afe56ba9da61a /Makefile
parent81932891af86bb844999dfe1ca70c68ff30c0a5d (diff)
moved some files around
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index e9a31b2e29..f2713c100d 100644
--- a/Makefile
+++ b/Makefile
@@ -3014,9 +3014,9 @@ endif
LIBGRPC++_SRC = \
src/cpp/client/secure_credentials.cc \
- src/cpp/codegen/core_codegen.cc \
- src/cpp/codegen/grpc_library.cc \
src/cpp/common/auth_property_iterator.cc \
+ src/cpp/common/core_codegen.cc \
+ src/cpp/common/grpc_library.cc \
src/cpp/common/secure_auth_context.cc \
src/cpp/common/secure_channel_arguments.cc \
src/cpp/common/secure_create_auth_context.cc \
@@ -13147,9 +13147,9 @@ 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/core_codegen.cc: $(OPENSSL_DEP)
-src/cpp/codegen/grpc_library.cc: $(OPENSSL_DEP)
src/cpp/common/auth_property_iterator.cc: $(OPENSSL_DEP)
+src/cpp/common/core_codegen.cc: $(OPENSSL_DEP)
+src/cpp/common/grpc_library.cc: $(OPENSSL_DEP)
src/cpp/common/secure_auth_context.cc: $(OPENSSL_DEP)
src/cpp/common/secure_channel_arguments.cc: $(OPENSSL_DEP)
src/cpp/common/secure_create_auth_context.cc: $(OPENSSL_DEP)