Skip to content

Commit

Permalink
includes export to CORE_INCS
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigzagAK committed Sep 1, 2017
1 parent 48698a7 commit 894db3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# ngx_dynamic_upstream

[![Build Status](https://drone.io/github.com/cubicdaiya/ngx_dynamic_upstream/status.png)](https://drone.io/github.com/cubicdaiya/ngx_dynamic_upstream/latest)

`ngx_dynamic_upstream` is the module for operating upstreams dynamically with HTTP APIs
such as [`ngx_http_upstream_conf`](http://nginx.org/en/docs/http/ngx_http_upstream_conf_module.html).

Expand Down
2 changes: 2 additions & 0 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ DYNAMIC_UPSTREAM_DEPS=" \
$ngx_addon_dir/src/ngx_inet_slab.h \
"

CORE_INCS="$CORE_INCS $ngx_addon_dir/src"

if test -n "$ngx_module_link"; then
ngx_module_type=HTTP
ngx_module_name=$ngx_addon_name
Expand Down

0 comments on commit 894db3d

Please sign in to comment.