xref: /unit/src/nodejs/unit-http/binding.gyp (revision 877:ed8b1aaefdd1)
1{
2    'targets': [{
3        'target_name': "unit-http",
4        'sources': ["unit.cpp", "addon.cpp"],
5        'include_dirs': [
6            "<!(echo $UNIT_SRC_PATH)", "<!(echo $UNIT_BUILD_PATH)"
7        ],
8        'libraries': [
9            "<!(echo $UNIT_LIB_STATIC_PATH)"
10        ]
11    }]
12}
13