Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto/make
diff options
context:
space:
mode:
Diffstat (limited to 'auto/make')
-rw-r--r--auto/make13
1 files changed, 13 insertions, 0 deletions
diff --git a/auto/make b/auto/make
index f7eca87b3..e5c5efb92 100644
--- a/auto/make
+++ b/auto/make
@@ -320,6 +320,19 @@ END
fi
+# the addons config.make
+
+if test -n "$NGX_ADDONS"; then
+
+ for ngx_addon_dir in $NGX_ADDONS
+ do
+ if test -f $ngx_addon_dir/config.make; then
+ . $ngx_addon_dir/config.make
+ fi
+ done
+fi
+
+
# Win32 resource file
if test -n "$NGX_RES"; then