aboutsummaryrefslogtreecommitdiffhomepage
path: root/grpc.gyp
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-10-01 11:54:00 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-10-01 11:54:00 -0700
commit2af89e49cb4ad5b5e30cd4c447acaca1d0c44843 (patch)
treed73cf39c2a40236f4c401df762e509c144ac0c98 /grpc.gyp
parentb3ca2ad3adcde09b1841b1aa3b9b5905ed26226b (diff)
Moved gRPC node package root to repo root, made it depend on grpc.gyp
Diffstat (limited to 'grpc.gyp')
-rw-r--r--grpc.gyp8
1 files changed, 7 insertions, 1 deletions
diff --git a/grpc.gyp b/grpc.gyp
index 60179f04ff..8ba299b9fb 100644
--- a/grpc.gyp
+++ b/grpc.gyp
@@ -78,7 +78,13 @@
'-ldl',
'-lpthread',
'-lz'
- ]
+ ],
+ 'direct_dependent_settings': {
+ 'include_dirs': [
+ '.',
+ 'include'
+ ],
+ }
},
'targets': [
# TODO: Add C++ targets