f2f6b190f3
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/wireshark#db8f5cd1f9f9f1ee5b85adb8721b89038de8480f
21 lines
405 B
Diff
21 lines
405 B
Diff
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_printf.h
|
|
+ wstmpdir.h
|
|
wsjson.h
|
|
xtea.h
|
|
)
|
|
@@ -118,6 +118,7 @@ set(WSUTIL_COMMON_FILES
|
|
unicode-utils.c
|
|
ws_mempbrk.c
|
|
ws_pipe.c
|
|
+ wstmpdir.c
|
|
wsgcrypt.c
|
|
wsjson.c
|
|
xtea.c
|