diff options
author | Max Romanov <max.romanov@nginx.com> | 2020-11-18 22:33:53 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2020-11-18 22:33:53 +0300 |
commit | 8340ca0b9c7ad4109033ccb028f87cc1b73396bc (patch) | |
tree | 08c5c76b11c3271ce2dff14c61c3b7535cf014e8 /auto | |
parent | fb80502513bf0140c5e595714967f75ea3e1e5d3 (diff) | |
download | unit-8340ca0b9c7ad4109033ccb028f87cc1b73396bc.tar.gz unit-8340ca0b9c7ad4109033ccb028f87cc1b73396bc.tar.bz2 |
Libunit: improving logging consistency.
Debug logging depends on macros defined in nxt_auto_config.h.
Diffstat (limited to 'auto')
-rw-r--r-- | auto/make | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -379,6 +379,7 @@ libunit-install: $NXT_BUILD_DIR/$NXT_LIB_UNIT_STATIC src/nxt_unit_sptr.h \ src/nxt_unit_typedefs.h \ src/nxt_unit_websocket.h \ + $NXT_BUILD_DIR/nxt_auto_config.h \ $NXT_BUILD_DIR/nxt_version.h \ src/nxt_websocket_header.h \ \$(DESTDIR)$NXT_INCDIR/ @@ -393,6 +394,7 @@ libunit-uninstall: \$(DESTDIR)$NXT_INCDIR/nxt_unit_sptr.h \ \$(DESTDIR)$NXT_INCDIR/nxt_unit_typedefs.h \ \$(DESTDIR)$NXT_INCDIR/nxt_unit_websocket.h \ + \$(DESTDIR)$NXT_INCDIR/nxt_auto_config.h \ \$(DESTDIR)$NXT_INCDIR/nxt_version.h \ \$(DESTDIR)$NXT_INCDIR/nxt_websocket_header.h @rmdir -p \$(DESTDIR)$NXT_INCDIR 2>/dev/null || true |