wireshark/wireshark-0007-cmakelists.patch

21 lines
410 B
Diff
Raw Normal View History

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
ws_roundup.h
+ wstmpdir.h
2019-03-11 15:42:00 +00:00
wsjson.h
wslog.h
xtea.h
@@ -118,6 +118,7 @@ set(WSUTIL_COMMON_FILES
ws_getopt.c
ws_mempbrk.c
ws_pipe.c
+ wstmpdir.c
wsgcrypt.c
2019-03-11 15:42:00 +00:00
wsjson.c
wslog.c