diff options
author | Andrei Belov <defan@nginx.com> | 2019-08-23 12:13:49 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2019-08-23 12:13:49 +0300 |
commit | 07ef27878d4545160360b772b9700570e0235e5d (patch) | |
tree | 0b12590def9a0921d976eb367661b3ae737640b8 /auto/make | |
parent | cecf86561ed2643a3763fe389ba326714e98eb41 (diff) | |
parent | 9b459d5d260aa82bd75670ca49d745c83f4ee755 (diff) | |
download | unit-07ef27878d4545160360b772b9700570e0235e5d.tar.gz unit-07ef27878d4545160360b772b9700570e0235e5d.tar.bz2 |
Merged with the default branch.
Diffstat (limited to 'auto/make')
-rw-r--r-- | auto/make | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -322,9 +322,15 @@ libunit-install: $NXT_BUILD_DIR/$NXT_LIB_UNIT_STATIC install -p -m u=rw,go=r $NXT_BUILD_DIR/$NXT_LIB_UNIT_STATIC \ \$(DESTDIR)$NXT_LIBDIR/ install -d \$(DESTDIR)$NXT_INCDIR - install -p -m u=rw,go=r src/nxt_unit.h src/nxt_unit_field.h \ - src/nxt_unit_request.h src/nxt_unit_response.h src/nxt_unit_sptr.h \ - src/nxt_unit_typedefs.h $NXT_BUILD_DIR/nxt_version.h \ + install -p -m u=rw,go=r src/nxt_unit.h \ + src/nxt_unit_field.h \ + src/nxt_unit_request.h \ + src/nxt_unit_response.h \ + src/nxt_unit_sptr.h \ + src/nxt_unit_typedefs.h \ + src/nxt_unit_websocket.h \ + $NXT_BUILD_DIR/nxt_version.h \ + src/nxt_websocket_header.h \ \$(DESTDIR)$NXT_INCDIR/ libunit-uninstall: @@ -336,7 +342,9 @@ libunit-uninstall: \$(DESTDIR)$NXT_INCDIR/nxt_unit_response.h \ \$(DESTDIR)$NXT_INCDIR/nxt_unit_sptr.h \ \$(DESTDIR)$NXT_INCDIR/nxt_unit_typedefs.h \ - \$(DESTDIR)$NXT_INCDIR/nxt_version.h + \$(DESTDIR)$NXT_INCDIR/nxt_unit_websocket.h \ + \$(DESTDIR)$NXT_INCDIR/nxt_version.h \ + \$(DESTDIR)$NXT_INCDIR/nxt_websocket_header.h @rmdir -p \$(DESTDIR)$NXT_INCDIR 2>/dev/null || true END |