summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2023-04-21 17:14:37 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2023-05-03 23:11:35 -0400
commita7b7010752066f0b24aec947e0870c2cea248a8d (patch)
tree7b96c93613c604591d7fa3708e4541fc3967232e /src/meson.build
parent58080f3382cebeadcbbef582e3a1470569e09365 (diff)
downloadlighttpd-git-a7b7010752066f0b24aec947e0870c2cea248a8d.tar.gz
[core] h1.[ch] collect some HTTP/1.x specific code
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index e56fcf8c..8930d085 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -556,6 +556,7 @@ main_src = files(
'configfile.c',
'connections.c',
'data_config.c',
+ 'h1.c',
'h2.c',
'plugin.c',
'sock_addr_cache.c',