]> git.kaiwu.me - nginx.git/commitdiff
Fixed building --with-stream when precompiled headers are used.
authorSergey Kandaurov <pluknet@nginx.com>
Mon, 20 Apr 2015 14:36:51 +0000 (17:36 +0300)
committerSergey Kandaurov <pluknet@nginx.com>
Mon, 20 Apr 2015 14:36:51 +0000 (17:36 +0300)
auto/make

index 7e3c4454c35b294f117a9aa788547586086d1055..98c2e3b58fb9c72fabb365c80059db8acbe7b736 100644 (file)
--- a/auto/make
+++ b/auto/make
@@ -36,7 +36,7 @@ fi
 
 # 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"`