diff options
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index 5736a46ba..68d6eed05 100644 --- a/auto/modules +++ b/auto/modules @@ -77,6 +77,9 @@ if [ $HTTP_PROXY = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_PROXY_SRCS" fi +if [ -r $OBJS/auto ]; then + . $OBJS/auto +fi modules="$CORE_MODULES $EVENT_MODULES $HTTP_MODULES $HTTP_FILTER_MODULES \ $HTTP_HEADERS_FILTER_MODULE \ |
