wireshark/wireshark-0007-cmakelists.patch

21 lines
410 B
Diff
Raw Permalink Normal View History

2019-12-02 20:44:06 +08:00
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
index 0367cd1..6382a2c 100644
--- a/wsutil/CMakeLists.txt
+++ b/wsutil/CMakeLists.txt
@@ -69,6 +69,7 @@ set(WSUTIL_PUBLIC_HEADERS
ws_mempbrk_int.h
ws_pipe.h
2022-04-19 17:48:10 +08:00
ws_roundup.h
2019-12-02 20:44:06 +08:00
+ wstmpdir.h
2022-04-19 17:48:10 +08:00
wsjson.h
wslog.h
2019-12-02 20:44:06 +08:00
xtea.h
@@ -118,6 +118,7 @@ set(WSUTIL_COMMON_FILES
2022-04-19 17:48:10 +08:00
ws_getopt.c
2019-12-02 20:44:06 +08:00
ws_mempbrk.c
ws_pipe.c
+ wstmpdir.c
wsgcrypt.c
2022-04-19 17:48:10 +08:00
wsjson.c
wslog.c