aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2016-07-25 12:50:09 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2016-07-25 12:50:09 -0700
commit33e3dee12d91c144c2a7ecfb611544566db95d4b (patch)
treeeeefcc35048ebe42d652ab7027910ef7bdb20b3b
parentb9c7f3ac0a9d763357820c63000122f8e516fd93 (diff)
add file to build.yaml
-rw-r--r--build.yaml1
-rw-r--r--package.xml1
2 files changed, 2 insertions, 0 deletions
diff --git a/build.yaml b/build.yaml
index 57545839d4..7424a60e22 100644
--- a/build.yaml
+++ b/build.yaml
@@ -3353,6 +3353,7 @@ php_config_m4:
- src/php/ext/grpc/channel.h
- src/php/ext/grpc/channel_credentials.h
- src/php/ext/grpc/completion_queue.h
+ - src/php/ext/grpc/php7_wrapper.h
- src/php/ext/grpc/php_grpc.h
- src/php/ext/grpc/server.h
- src/php/ext/grpc/server_credentials.h
diff --git a/package.xml b/package.xml
index b5d5f4602a..1ae2779647 100644
--- a/package.xml
+++ b/package.xml
@@ -47,6 +47,7 @@
<file baseinstalldir="/" name="src/php/ext/grpc/channel.h" role="src" />
<file baseinstalldir="/" name="src/php/ext/grpc/channel_credentials.h" role="src" />
<file baseinstalldir="/" name="src/php/ext/grpc/completion_queue.h" role="src" />
+ <file baseinstalldir="/" name="src/php/ext/grpc/php7_wrapper.h" role="src" />
<file baseinstalldir="/" name="src/php/ext/grpc/php_grpc.h" role="src" />
<file baseinstalldir="/" name="src/php/ext/grpc/server.h" role="src" />
<file baseinstalldir="/" name="src/php/ext/grpc/server_credentials.h" role="src" />