diff options
author | Max Romanov <max.romanov@nginx.com> | 2018-10-17 15:52:44 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2018-10-17 15:52:44 +0300 |
commit | 49ec17b1ef1d35cda54dc545c1d37d02b35afdcb (patch) | |
tree | e81e7c3628565519284440a1f478dbbc4dbe746c /configure | |
parent | 029c1a9f509b2af60e02d74ef982fda1346d85e0 (diff) | |
download | unit-49ec17b1ef1d35cda54dc545c1d37d02b35afdcb.tar.gz unit-49ec17b1ef1d35cda54dc545c1d37d02b35afdcb.tar.bz2 |
Installing libunit headers and static library.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ CC=${CC:-cc} NXT_DAEMON=unitd NXT_BINDIR="bin" NXT_SBINDIR="sbin" +NXT_LIBDIR="lib" +NXT_INCDIR="include" NXT_MODULES="modules" NXT_STATE="state" NXT_PID="unit.pid" |