aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-05-19 10:53:44 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-05-19 11:02:01 -0700
commita20a2ad41bfb1c30b0442578fa9fa1754bc60d53 (patch)
treeb5961fcdfa799de91d135aeef1ffef3ca96c915f /Makefile
parent10ff0de2e96c0819b1ca86d27ffdaa63cc6516f8 (diff)
moved core_codegen from src/cpp/... to include/grpc++/...
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 42cedf51c3..d42e672cd5 100644
--- a/Makefile
+++ b/Makefile
@@ -3216,6 +3216,7 @@ PUBLIC_HEADERS_CXX += \
include/grpc++/grpc++.h \
include/grpc++/impl/call.h \
include/grpc++/impl/client_unary_call.h \
+ include/grpc++/impl/codegen/core_codegen.h \
include/grpc++/impl/grpc_library.h \
include/grpc++/impl/method_handler_impl.h \
include/grpc++/impl/proto_utils.h \
@@ -3522,6 +3523,7 @@ PUBLIC_HEADERS_CXX += \
include/grpc++/grpc++.h \
include/grpc++/impl/call.h \
include/grpc++/impl/client_unary_call.h \
+ include/grpc++/impl/codegen/core_codegen.h \
include/grpc++/impl/grpc_library.h \
include/grpc++/impl/method_handler_impl.h \
include/grpc++/impl/proto_utils.h \