diff options
author | David Garcia Quintas <dgq@google.com> | 2016-01-20 14:27:56 -0800 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2016-01-20 14:27:56 -0800 |
commit | a396276cde7cda9062783b01242f1ebb14a9a735 (patch) | |
tree | 0bf14697ccf19aaccd84f9c2e5fd00881c1455bb /Makefile | |
parent | 6190854157c7d4e09581c3927262ca53ca95ea83 (diff) |
regenerated projects
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -2990,7 +2990,8 @@ PUBLIC_HEADERS_CXX += \ include/grpc++/grpc++.h \ include/grpc++/impl/call.h \ include/grpc++/impl/client_unary_call.h \ - include/grpc++/impl/codegen/server_interface.h include/grpc++/impl/codegen/channel_interface.h \ + include/grpc++/impl/codegen/channel_interface.h \ + include/grpc++/impl/codegen/server_interface.h \ include/grpc++/impl/grpc_library.h \ include/grpc++/impl/method_handler_impl.h \ include/grpc++/impl/proto_utils.h \ @@ -3261,7 +3262,8 @@ PUBLIC_HEADERS_CXX += \ include/grpc++/grpc++.h \ include/grpc++/impl/call.h \ include/grpc++/impl/client_unary_call.h \ - include/grpc++/impl/codegen/server_interface.h include/grpc++/impl/codegen/channel_interface.h \ + include/grpc++/impl/codegen/channel_interface.h \ + include/grpc++/impl/codegen/server_interface.h \ include/grpc++/impl/grpc_library.h \ include/grpc++/impl/method_handler_impl.h \ include/grpc++/impl/proto_utils.h \ |