summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-02-18 03:47:48 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-02-19 03:52:17 -0500
commit96557115cb536a927f9e79deb7af50e8ba1491ea (patch)
tree7373b0b0224da74c6ce29c75eaeff188a499a399 /src/meson.build
parentcc65a21e1224c9e732c882cbbe01fcb708527d1b (diff)
downloadlighttpd-git-96557115cb536a927f9e79deb7af50e8ba1491ea.tar.gz
[core] isolate plugins_*() funcs to main server
(future: might rename plugin.c -> plugins.c since the functions contained within are all plugins_*())
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build
index 99bc0a70..21d8b776 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -775,7 +775,6 @@ common_src = [
'http-header-glue.c',
'keyvalue.c',
'log.c',
- 'plugin.c',
'rand.c',
'request.c',
'ck.c',
@@ -792,6 +791,7 @@ main_src = [
'connections.c',
'data_config.c',
'h2.c',
+ 'plugin.c',
'sock_addr_cache.c',
'ls-hpack/lshpack.c',
'algo_xxhash.c',