# HG changeset patch # User Sergey Kandaurov # Date 1429540611 -10800 # Node ID 1bdfceda86a99a4dc99934181d2f9e2632003ca8 # Parent 3b7a60371a9a696b63bc6ce46a308cb1a342624c Fixed building --with-stream when precompiled headers are used. diff -r 3b7a60371a9a -r 1bdfceda86a9 auto/make --- a/auto/make Mon Apr 20 16:54:41 2015 +0300 +++ b/auto/make Mon Apr 20 17:36:51 2015 +0300 @@ -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"`