wireshark/wireshark-0007-cmakelists.patch

21 lines
404 B
Diff
Raw Normal View History

diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
2022-10-06 04:30:26 +00:00
index a55086c..0149801 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
2022-10-06 04:30:26 +00:00
@@ -80,6 +80,7 @@ set(WSUTIL_PUBLIC_HEADERS
ws_roundup.h
2024-02-01 09:06:23 +00:00
ws_strptime.h
2022-10-06 04:30:26 +00:00
wsgcrypt.h
+ wstmpdir.h
2019-03-11 15:42:00 +00:00
wsjson.h
wslog.h
xtea.h
2022-10-06 04:30:26 +00:00
@@ -135,6 +136,7 @@ set(WSUTIL_COMMON_FILES
ws_pipe.c
2024-02-01 09:06:23 +00:00
ws_strptime.c
wsgcrypt.c
2022-10-06 04:30:26 +00:00
+ wstmpdir.c
2019-03-11 15:42:00 +00:00
wsjson.c
wslog.c
2022-10-06 04:30:26 +00:00
xtea.c