diff options
author | Igor Sysoev <igor@sysoev.ru> | 2017-02-22 15:10:28 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2017-02-22 15:10:28 +0300 |
commit | b379dae85e6edcb4af1ac665ab66d99e63bf34f4 (patch) | |
tree | 84b1d69d355e4722ebee02748e512306913a92d7 /auto/sources | |
parent | 029942f4eb7196c2cff0d0e26bc6ff274138f7d8 (diff) | |
download | unit-b379dae85e6edcb4af1ac665ab66d99e63bf34f4.tar.gz unit-b379dae85e6edcb4af1ac665ab66d99e63bf34f4.tar.bz2 |
Port changes.
Diffstat (limited to 'auto/sources')
-rw-r--r-- | auto/sources | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/auto/sources b/auto/sources index 3a5cab9a..373813e0 100644 --- a/auto/sources +++ b/auto/sources @@ -17,7 +17,7 @@ NXT_LIB_DEPS=" \ src/nxt_socket.h \ src/nxt_process.h \ src/nxt_signal.h \ - src/nxt_port_socket.h \ + src/nxt_port.h \ src/nxt_dyld.h \ src/nxt_thread.h \ src/nxt_thread_id.h \ @@ -319,7 +319,6 @@ fi NXT_DEPS=" \ src/nxt_cycle.h \ - src/nxt_port.h \ src/nxt_application.h \ src/nxt_master_process.h \ " |