diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2011-04-15 10:59:24 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2011-04-15 10:59:24 +0000 |
| commit | 42f1e1cb96b510d1fa1abad99a5294a37b750d99 (patch) | |
| tree | 1726743418ae2546c84419f7bd22f603557f2409 /auto/sources | |
| parent | 0bd0b2894c6f2514e53b940f6d64cbe5198a4d6c (diff) | |
| download | nginx-42f1e1cb96b510d1fa1abad99a5294a37b750d99.tar.gz nginx-42f1e1cb96b510d1fa1abad99a5294a37b750d99.tar.bz2 | |
ngx_murmur_hash2()
Diffstat (limited to 'auto/sources')
| -rw-r--r-- | auto/sources | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources index 3e201cf1f..a2af30252 100644 --- a/auto/sources +++ b/auto/sources @@ -22,6 +22,7 @@ CORE_DEPS="src/core/nginx.h \ src/core/ngx_file.h \ src/core/ngx_crc.h \ src/core/ngx_crc32.h \ + src/core/ngx_murmurhash.h \ src/core/ngx_md5.h \ src/core/ngx_sha1.h \ src/core/ngx_rbtree.h \ @@ -50,6 +51,7 @@ CORE_SRCS="src/core/nginx.c \ src/core/ngx_inet.c \ src/core/ngx_file.c \ src/core/ngx_crc32.c \ + src/core/ngx_murmurhash.c \ src/core/ngx_rbtree.c \ src/core/ngx_radix_tree.c \ src/core/ngx_slab.c \ |
