diff options
Diffstat (limited to 'auto/modules')
-rw-r--r-- | auto/modules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index dfd6f1220..ee5462dc4 100644 --- a/auto/modules +++ b/auto/modules @@ -129,6 +129,11 @@ if [ $HTTP_SSI = YES ]; then HTTP_SRCS="$HTTP_SRCS $HTTP_SSI_SRCS" fi +if [ $HTTP_SUB = YES ]; then + HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_SUB_FILTER_MODULE" + HTTP_SRCS="$HTTP_SRCS $HTTP_SUB_SRCS" +fi + if [ $HTTP_ADDITION = YES ]; then HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_ADDITION_FILTER_MODULE" HTTP_SRCS="$HTTP_SRCS $HTTP_ADDITION_SRCS" |