Skip to content

Commit b17edac

Browse files
committed
add tp_transcode.c
1 parent decd3ba commit b17edac

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

config

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ ngx_addon_name="ngx_http_tnt_module"
33
CORE_INCS="$CORE_INCS $ngx_feature_path \
44
"
55

6-
CORE_LIBS="$CORE_LIBS $ngx_feature_libs \
7-
-lyajl_s \
8-
-ltb \
9-
"
6+
CORE_LIBS="$CORE_LIBS $ngx_feature_libs -lyajl_s"
107

118
HTTP_MODULES="$HTTP_MODULES \
129
ngx_http_tnt_module \
1310
"
1411

1512
NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
1613
$ngx_addon_dir/ngx_http_tnt_module.c \
14+
$ngx_addon_dir/tp_transcode.c \
1715
"
1816

1917

0 commit comments

Comments
 (0)