summaryrefslogtreecommitdiffhomepage
path: root/src/nodejs
diff options
context:
space:
mode:
authorAlexander Borisov <alexander.borisov@nginx.com>2018-12-19 15:56:54 +0300
committerAlexander Borisov <alexander.borisov@nginx.com>2018-12-19 15:56:54 +0300
commitc55f329ecf8d32bad0d5bc2aae1da1522b3a92f8 (patch)
tree5b9c5aaf624e9feec60dd332aa32ec414c88c234 /src/nodejs
parentab461437b5714d75e710febe3b44da49ebfe83fc (diff)
downloadunit-c55f329ecf8d32bad0d5bc2aae1da1522b3a92f8.tar.gz
unit-c55f329ecf8d32bad0d5bc2aae1da1522b3a92f8.tar.bz2
libunit: added generation of version header file.
Diffstat (limited to 'src/nodejs')
-rw-r--r--src/nodejs/unit-http/binding.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodejs/unit-http/binding.gyp b/src/nodejs/unit-http/binding.gyp
index 171c2eb7..ee09bfed 100644
--- a/src/nodejs/unit-http/binding.gyp
+++ b/src/nodejs/unit-http/binding.gyp
@@ -3,7 +3,7 @@
'target_name': "unit-http",
'sources': ["unit.cpp", "addon.cpp"],
'include_dirs': [
- "<!(echo $UNIT_SRC_PATH)"
+ "<!(echo $UNIT_SRC_PATH)", "<!(echo $UNIT_BUILD_PATH)"
],
'libraries': [
"<!(echo $UNIT_LIB_STATIC_PATH)"