aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-23 09:57:58 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-23 09:57:58 -0700
commit5126bb6d8261ef07fb8132d5b5937f149cf315c8 (patch)
treed82bde630eed6055237935b386b2edbbef98500b /Makefile
parentb70440bb1dfe90f27b31d169f82a549f2aa17084 (diff)
parentb46f3f400e4966f89737c376f7eb39b9511e375b (diff)
Merge pull request #2493 from a-veitch/record_stat
Census record stats API
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8a2a616d2a..083c01aaac 100644
--- a/Makefile
+++ b/Makefile
@@ -3611,6 +3611,7 @@ LIBGRPC_SRC = \
src/core/transport/transport_op_string.c \
src/core/census/context.c \
src/core/census/initialize.c \
+ src/core/census/record_stat.c \
PUBLIC_HEADERS_C += \
include/grpc/grpc_security.h \
@@ -3875,6 +3876,7 @@ LIBGRPC_UNSECURE_SRC = \
src/core/transport/transport_op_string.c \
src/core/census/context.c \
src/core/census/initialize.c \
+ src/core/census/record_stat.c \
PUBLIC_HEADERS_C += \
include/grpc/byte_buffer.h \