diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2008-08-05 19:32:50 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2008-08-05 19:32:50 +0000 |
| commit | e24b57ad9f06e5e48eda02f0d79a922797a68a87 (patch) | |
| tree | ca74c61200f3ef394a1b06adb2ea19725c347ce4 /auto/modules | |
| parent | 36876c3d6c324f4f4f338b41e4b9376b0ad028bc (diff) | |
| download | nginx-e24b57ad9f06e5e48eda02f0d79a922797a68a87.tar.gz nginx-e24b57ad9f06e5e48eda02f0d79a922797a68a87.tar.bz2 | |
ngx_cpp_test_module
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 0c2a36787..36ed53f5b 100644 --- a/auto/modules +++ b/auto/modules @@ -392,6 +392,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> |
