Doesn't seem to be the case unfortunately.
me@ubuntu:~/Documents$ ls ~/ws/install/include/grpc
byte_buffer.h grpc.h grpc_security.h support
byte_buffer_reader.h grpc_http.h status.h
me@ubuntu:~/Documents$ CXXFLAGS=-l/home/me/ws/var/release/install/include
me@ubuntu:~/Documents$ LDFLAGS=-L/home/me/ws/var/release/install/lib
me@ubuntu:~/Documents$ npm install grpc
...
> gr...@0.6.1 install /home/me/Documents/node_modules/grpc
> node-gyp rebuild
make: Entering directory `/home/me/Documents/node_modules/grpc/build'
CXX(target) Release/obj.target/grpc/ext/byte_buffer.o
../ext/byte_buffer.cc:38:23: fatal error: grpc/grpc.h: No such file or directory
#include "grpc/grpc.h"
^
compilation terminated.
make: *** [Release/obj.target/grpc/ext/byte_buffer.o] Error 1
make: Leaving directory `/home/me/Documents/node_modules/grpc/build'
gyp ERR! build error
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack at ChildProcess.onExit (/usr/share/node-gyp/lib/build.js:267:23)
gyp ERR! stack at ChildProcess.EventEmitter.emit (events.js:98:17)
gyp ERR! stack at Process.ChildProcess._handle.onexit (child_process.js:797:12)
gyp ERR! System Linux 3.13.0-48-generic
gyp ERR! command "nodejs" "/usr/bin/node-gyp" "rebuild"
gyp ERR! cwd /home/me/Documents/node_modules/grpc
gyp ERR! node -v v0.10.25
gyp ERR! node-gyp -v v0.10.10
gyp ERR! not ok
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
npm ERR! weird error 1
npm ERR! not ok code 0