forked from 100Continue/Themis
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig
More file actions
18 lines (13 loc) · 688 Bytes
/
Copy pathconfig
File metadata and controls
18 lines (13 loc) · 688 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
ngx_addon_name=ngx_themis_moduls
THEMIS_CORE_DIR="$ngx_addon_dir/core"
CORE_INCS="$CORE_INCS $ngx_addon_dir $THEMIS_CORE_DIR"
NGX_ADDON_DEPS="$NGX_ADDON_DEPS \
$THEMIS_CORE_DIR/ngx_themis_log.h \
$THEMIS_CORE_DIR/ngx_themis.h \
$THEMIS_CORE_DIR/ngx_themis_channel.h \
$THEMIS_CORE_DIR/ngx_http_themis_interface.h"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS $THEMIS_CORE_DIR/ngx_themis_channel.c"
HTTP_MODULES="$HTTP_MODULES ngx_http_themis_module"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS
$THEMIS_CORE_DIR/ngx_http_themis_module.c \
$THEMIS_CORE_DIR/ngx_http_themis_interface.c"