aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-05-15 14:13:52 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2015-05-15 14:13:52 -0700
commit9aaa1b61e7bd6a1173d6d7fb4b68ca8ae74bcabe (patch)
tree8cc2ead249be6288e1010aef9e799d9444724db0 /Makefile
parent26d916a9e6318ba35c94c51e0b9eac49816a308a (diff)
parent685f1e625553c5158280761d3b91c8875166f394 (diff)
Merge pull request #1617 from ctiller/force-a-crash-but-then-dont-crash
Add subprocess GPR API
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 32a2686f6a..b45bb9c818 100644
--- a/Makefile
+++ b/Makefile
@@ -2313,6 +2313,7 @@ LIBGPR_SRC = \
src/core/support/string.c \
src/core/support/string_posix.c \
src/core/support/string_win32.c \
+ src/core/support/subprocess_posix.c \
src/core/support/sync.c \
src/core/support/sync_posix.c \
src/core/support/sync_win32.c \
@@ -2340,6 +2341,7 @@ PUBLIC_HEADERS_C += \
include/grpc/support/port_platform.h \
include/grpc/support/slice.h \
include/grpc/support/slice_buffer.h \
+ include/grpc/support/subprocess.h \
include/grpc/support/sync.h \
include/grpc/support/sync_generic.h \
include/grpc/support/sync_posix.h \