aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-07-10 07:46:03 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-07-10 07:46:03 -0700
commit2e622bc16a946f62a8feb494eba0c74fd2bb6f0d (patch)
tree7f2ecb8ffcd193c5dd0bf77fa1a7c0c8aba8d3aa /Makefile
parentb652fc0d172e0eb1023282fa6ee24eb41cbbea85 (diff)
Add a version string and a function to retrieve it
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 08171320d4..d523333b90 100644
--- a/Makefile
+++ b/Makefile
@@ -3313,6 +3313,7 @@ LIBGRPC_SRC = \
src/core/surface/server_chttp2.c \
src/core/surface/server_create.c \
src/core/surface/surface_trace.c \
+ src/core/surface/version.c \
src/core/transport/chttp2/alpn.c \
src/core/transport/chttp2/bin_encoder.c \
src/core/transport/chttp2/frame_data.c \
@@ -3573,6 +3574,7 @@ LIBGRPC_UNSECURE_SRC = \
src/core/surface/server_chttp2.c \
src/core/surface/server_create.c \
src/core/surface/surface_trace.c \
+ src/core/surface/version.c \
src/core/transport/chttp2/alpn.c \
src/core/transport/chttp2/bin_encoder.c \
src/core/transport/chttp2/frame_data.c \