diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-03-18 10:36:27 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-03-18 10:36:27 +0000 |
| commit | 85dd8fc5b6f033fadd3c21e058a90d63140ae223 (patch) | |
| tree | f4e956b938c5a1b611bc0fd41537db0e2eb5893b /auto/modules | |
| parent | 8da1fa935f1402dfb1542aaf534bc983c12be319 (diff) | |
| download | nginx-85dd8fc5b6f033fadd3c21e058a90d63140ae223.tar.gz nginx-85dd8fc5b6f033fadd3c21e058a90d63140ae223.tar.bz2 | |
ngx_google_perftools_module
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/auto/modules b/auto/modules index 94bd7fba0..cba3768d5 100644 --- a/auto/modules +++ b/auto/modules @@ -375,6 +375,12 @@ if [ $MAIL = YES ]; then fi +if [ $NGX_GOOGLE_PERFTOOLS = YES ]; then + modules="$modules $NGX_GOOGLE_PERFTOOLS_MODULE" + NGX_MISC_SRCS="$NGX_MISC_SRCS $NGX_GOOGLE_PERFTOOLS_SRCS" +fi + + cat << END > $NGX_MODULES_C #include <ngx_config.h> |
