Blame SOURCES/wireshark-0007-cmakelists.patch

f41366
diff --git a/wsutil/CMakeLists.txt b/wsutil/CMakeLists.txt
f41366
index 0367cd1..6382a2c 100644
f41366
--- a/wsutil/CMakeLists.txt
f41366
+++ b/wsutil/CMakeLists.txt
f41366
@@ -69,6 +69,7 @@ set(WSUTIL_PUBLIC_HEADERS
f41366
 	ws_mempbrk_int.h
f41366
 	ws_pipe.h
f41366
 	ws_printf.h
f41366
+	wstmpdir.h
f41366
 	wsjson.h
f41366
 	xtea.h
f41366
 )
f41366
@@ -118,6 +118,7 @@ set(WSUTIL_COMMON_FILES
f41366
 	unicode-utils.c
f41366
 	ws_mempbrk.c
f41366
 	ws_pipe.c
f41366
+	wstmpdir.c
f41366
 	wsgcrypt.c
f41366
 	wsjson.c
f41366
 	xtea.c