Skip to content

Commit

Permalink
Reconstruction folder
Browse files Browse the repository at this point in the history
  • Loading branch information
yzprofile committed Nov 20, 2012
1 parent ff44208 commit 67f7468
Show file tree
Hide file tree
Showing 8 changed files with 869 additions and 0 deletions.
15 changes: 15 additions & 0 deletions config
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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"

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"
Loading

0 comments on commit 67f7468

Please sign in to comment.