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 b1ae2399c1 swoc: install swoc_ip_util.h (#11190)
b1ae2399c1 is described below
commit b1ae2399c1359aa06e819198bdbdcc05967b2c63
Author: Brian Neradt <[email protected]>
AuthorDate: Thu Mar 28 12:33:34 2024 -0500
swoc: install swoc_ip_util.h (#11190)
Adding swoc_ip_util.h to the list of header sources so that it will be
installed in the expected swoc include location.
---
lib/swoc/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/swoc/CMakeLists.txt b/lib/swoc/CMakeLists.txt
index 3191524982..53819ebaf3 100644
--- a/lib/swoc/CMakeLists.txt
+++ b/lib/swoc/CMakeLists.txt
@@ -44,6 +44,7 @@ set(HEADER_FILES
${CMAKE_CURRENT_SOURCE_DIR}/include/swoc/string_view_util.h
${CMAKE_CURRENT_SOURCE_DIR}/include/swoc/swoc_file.h
${CMAKE_CURRENT_SOURCE_DIR}/include/swoc/swoc_ip.h
+ ${CMAKE_CURRENT_SOURCE_DIR}/include/swoc/swoc_ip_util.h
${CMAKE_CURRENT_SOURCE_DIR}/include/swoc/swoc_meta.h
${CMAKE_CURRENT_SOURCE_DIR}/include/swoc/swoc_version.h
)