Skip to content

Commit 736a2f1

Browse files
committed
ngx flag for dependent libs.
1 parent ffcdd00 commit 736a2f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ ngx_addon_name=ngx_http_auth_jwt_module
33
ngx_module_type=HTTP
44
ngx_module_name=ngx_http_auth_jwt_module
55
ngx_module_srcs="$ngx_addon_dir/src/ngx_http_auth_jwt_module.c"
6+
ngx_module_libs="-ljansson -ljwt"
67

78
. auto/module

0 commit comments

Comments
 (0)