Commit 4d97bae4 authored by Wandenberg Peixoto's avatar Wandenberg Peixoto

adding include dir to CORE_INCS

parent fe77b4f9
......@@ -9,7 +9,8 @@ ngx_feature_test=
ngx_addon_name=ngx_http_push_stream_module
HTTP_MODULES="$HTTP_MODULES ngx_http_push_stream_module"
CORE_INCS="$CORE_INCS \
$ngx_addon_dir/src"
$ngx_addon_dir/src \
$ngx_addon_dir/include"
NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
${ngx_addon_dir}/src/ngx_http_push_stream_module.c"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment