diff options
author | Abhishek Kumar <abhikumar@google.com> | 2015-08-05 15:55:19 -0700 |
---|---|---|
committer | Abhishek Kumar <abhikumar@google.com> | 2015-08-05 15:55:19 -0700 |
commit | 98049242b749c22f13cc736060ac6a98ee87cae6 (patch) | |
tree | 60eeecd9f0b1641df78fe1e0de180e3c9afe60dd /Makefile | |
parent | c6f2d4f3cdca7eeb040d659e1ef9f24d750ceffa (diff) | |
parent | f1ca91ad30afd103d357c1f48ac95cba016fed1e (diff) |
Merge pull request #2781 from yang-g/stuboptions
Add StubOptions
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -4257,6 +4257,7 @@ PUBLIC_HEADERS_CXX += \ include/grpc++/status.h \ include/grpc++/status_code_enum.h \ include/grpc++/stream.h \ + include/grpc++/stub_options.h \ include/grpc++/thread_pool_interface.h \ include/grpc++/time.h \ @@ -4500,6 +4501,7 @@ PUBLIC_HEADERS_CXX += \ include/grpc++/status.h \ include/grpc++/status_code_enum.h \ include/grpc++/stream.h \ + include/grpc++/stub_options.h \ include/grpc++/thread_pool_interface.h \ include/grpc++/time.h \ |