diff options
author | Stanley Cheung <stanleycheung@google.com> | 2017-01-12 11:13:23 -0800 |
---|---|---|
committer | Stanley Cheung <stanleycheung@google.com> | 2017-01-12 11:13:23 -0800 |
commit | fe71d7fc5fb9d730cda1579baba65da7389ecb49 (patch) | |
tree | fd3fd6062bdb0687cb021afcedd0014b79da08a5 /templates | |
parent | 90cd2789457a466c208a46bbaf413cfe2af57bd8 (diff) |
Fix the template as well
Diffstat (limited to 'templates')
-rw-r--r-- | templates/config.m4.template | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/config.m4.template b/templates/config.m4.template index 5847d456f5..f5f1d23088 100644 --- a/templates/config.m4.template +++ b/templates/config.m4.template @@ -7,9 +7,9 @@ dnl Write more examples of tests here... dnl # --with-grpc -> add include path - PHP_ADD_INCLUDE(../../grpc/include) - PHP_ADD_INCLUDE(../../grpc/src/php/ext/grpc) - PHP_ADD_INCLUDE(../../grpc/third_party/boringssl/include) + PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/include) + PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/src/php/ext/grpc) + PHP_ADD_INCLUDE(PHP_EXT_SRCDIR()/third_party/boringssl/include) LIBS="-lpthread $LIBS" |