This is an automated email from the ASF dual-hosted git repository.
bneradt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 9be608276a lua plugin: update CMakeLists.txt for ts_lua_vconn.cc
(#10581)
9be608276a is described below
commit 9be608276a170efe5ff7c84354d75c585aabfe24
Author: Brian Neradt <[email protected]>
AuthorDate: Tue Oct 10 13:48:12 2023 -0500
lua plugin: update CMakeLists.txt for ts_lua_vconn.cc (#10581)
Updating plugins/lua/CMakeLists.txt to build ts_lua_vconn.cc. Otherwise
the plugin fails to find the symbols defined in there when the plugin is
run.
---
plugins/lua/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/lua/CMakeLists.txt b/plugins/lua/CMakeLists.txt
index cf94811968..0d52e13007 100644
--- a/plugins/lua/CMakeLists.txt
+++ b/plugins/lua/CMakeLists.txt
@@ -23,6 +23,7 @@ add_atsplugin(tslua
ts_lua_client_response.cc
ts_lua_context.cc
ts_lua_hook.cc
+ ts_lua_vconn.cc
ts_lua_http.cc
ts_lua_http_intercept.cc
ts_lua_log.cc