aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-02-19 12:37:35 -0800
committerGravatar Yang Gao <yangg@google.com>2015-02-19 12:37:35 -0800
commit50556477d491da6c42d4f258f6e27ef2177ff568 (patch)
treee3e037dc97cfb71b6c9b786010323491b2f28829 /Makefile
parentde60b939365c6c46e9304b7f6af2d2f88da25599 (diff)
add missing header
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 68dd004897..b581a56a4e 100644
--- a/Makefile
+++ b/Makefile
@@ -3069,6 +3069,7 @@ PUBLIC_HEADERS_CXX += \
include/grpc++/server_context.h \
include/grpc++/server_credentials.h \
include/grpc++/status.h \
+ include/grpc++/status_code_enum.h \
include/grpc++/stream.h \
LIBGRPC++_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_SRC))))