]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
merge r1712382 from trunk
authorGregg Lewis Smith <gsmith@apache.org>
Wed, 11 Nov 2015 21:09:41 +0000 (21:09 +0000)
committerGregg Lewis Smith <gsmith@apache.org>
Wed, 11 Nov 2015 21:09:41 +0000 (21:09 +0000)
add h2_buckets to cmake build

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4-http2-alpha@1713933 13f79535-47bb-0310-9956-ffa450edef68

CMakeLists.txt

index b13636f252eb674b3a27b52b097cfacd6eabf85e..bb20f1d77a93f7725855e7b0903655188120ee77 100644 (file)
@@ -379,7 +379,8 @@ SET(mod_http2_requires               NGHTTP2_FOUND)
 SET(mod_http2_extra_defines          ssize_t=long)
 SET(mod_http2_extra_libs             ${NGHTTP2_LIBRARIES})
 SET(mod_http2_extra_sources
-  modules/http2/h2_alt_svc.c         modules/http2/h2_config.c
+  modules/http2/h2_alt_svc.c         modules/http2/h2_bucket_eoc.c
+  modules/http2/h2_bucket_eos.c      modules/http2/h2_config.c
   modules/http2/h2_conn.c            modules/http2/h2_conn_io.c
   modules/http2/h2_ctx.c             modules/http2/h2_from_h1.c
   modules/http2/h2_h2.c              modules/http2/h2_io.c