aboutsummaryrefslogtreecommitdiffhomepage
path: root/build.yaml
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-02-13 00:03:02 -0800
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-02-23 22:26:44 -0800
commit5adb71fb9add555ac161ebf745e5ac104fe3f847 (patch)
tree4c6748761c1fa6200756cca631d65bdfcb87fe7c /build.yaml
parentc95bfefa5ecd38fdbb8d3a14d425cf5cd7337fe6 (diff)
php: simplify installation
Diffstat (limited to 'build.yaml')
-rw-r--r--build.yaml28
1 files changed, 28 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 625c7ab46f..b16cb162d4 100644
--- a/build.yaml
+++ b/build.yaml
@@ -2815,6 +2815,34 @@ node_modules:
- src/node/ext/server.cc
- src/node/ext/server_credentials.cc
- src/node/ext/timeval.cc
+php_config_m4:
+ deps:
+ - grpc
+ - gpr
+ - boringssl
+ - z
+ headers:
+ - src/php/ext/grpc/byte_buffer.h
+ - src/php/ext/grpc/call.h
+ - src/php/ext/grpc/call_credentials.h
+ - src/php/ext/grpc/channel.h
+ - src/php/ext/grpc/channel_credentials.h
+ - src/php/ext/grpc/completion_queue.h
+ - src/php/ext/grpc/php_grpc.h
+ - src/php/ext/grpc/server.h
+ - src/php/ext/grpc/server_credentials.h
+ - src/php/ext/grpc/timeval.h
+ src:
+ - src/php/ext/grpc/byte_buffer.c
+ - src/php/ext/grpc/call.c
+ - src/php/ext/grpc/call_credentials.c
+ - src/php/ext/grpc/channel.c
+ - src/php/ext/grpc/channel_credentials.c
+ - src/php/ext/grpc/completion_queue.c
+ - src/php/ext/grpc/php_grpc.c
+ - src/php/ext/grpc/server.c
+ - src/php/ext/grpc/server_credentials.c
+ - src/php/ext/grpc/timeval.c
python_dependencies:
deps:
- grpc