diff auto/modules @ 413:03a69004d77d PATCH_NGINX_MAIL_0_5

Merge with nginx 0.7.9.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 12 Aug 2008 21:17:48 +0400
parents cd9cb7a3ff9e 05981f639d21
children 98a9b6219726
line wrap: on
line diff
--- a/auto/modules
+++ b/auto/modules
@@ -394,6 +394,11 @@ if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then
 fi
 
 
+if [ $NGX_CPP_TEST_MODULE = YES ]; then
+    NGX_MISC_SRCS="$NGX_MISC_SRCS $NGX_CPP_TEST_SRCS"
+fi
+
+
 cat << END                                    > $NGX_MODULES_C
 
 #include <ngx_config.h>