| commit | a2ec9763769a23d066243265621056fb9de985e3 | [log] [tgz] |
|---|---|---|
| author | Sergey Kandaurov <pluknet@nginx.com> | Mon Apr 20 17:36:51 2015 +0300 |
| committer | Sergey Kandaurov <pluknet@nginx.com> | Mon Apr 20 17:36:51 2015 +0300 |
| tree | 8239aed8409a01c09c3be321dab2f05877bf5676 | |
| parent | 50280f1c9da655240fe8e175357bde4130c1ff30 [diff] |
Fixed building --with-stream when precompiled headers are used.
diff --git a/auto/make b/auto/make index 7e3c445..98c2e3b 100644 --- a/auto/make +++ b/auto/make
@@ -36,7 +36,7 @@ # ALL_INCS, required by the addons and by OpenWatcom C precompiled headers -ngx_incs=`echo $CORE_INCS $NGX_OBJS $HTTP_INCS $MAIL_INCS\ +ngx_incs=`echo $CORE_INCS $NGX_OBJS $HTTP_INCS $MAIL_INCS $STREAM_INCS\ | sed -e "s/ *\([^ ][^ ]*\)/$ngx_regex_cont$ngx_include_opt\1/g" \ -e "s/\//$ngx_regex_dirsep/g"`