From 804d3f62454895c1560a690728b859f68ee35bf6 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 20 Apr 2017 14:07:06 -0700 Subject: Use cfile_write_failure_message() in the randpkt code. Change-Id: I32ef7ff85f854782e5dd02c3e7f12436a120bc13 Reviewed-on: https://code.wireshark.org/review/21259 Reviewed-by: Guy Harris --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index dc2b9550e8..fbc7f17709 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2362,6 +2362,7 @@ endif() if(BUILD_randpkt) set(randpkt_LIBS randpkt_core + ui wiretap wsutil ${M_LIBRARIES} @@ -2686,6 +2687,7 @@ endif() if(ENABLE_EXTCAP AND BUILD_randpktdump) set(randpktdump_LIBS randpkt_core + ui wiretap ${GLIB2_LIBRARIES} ${CMAKE_DL_LIBS} -- cgit v1.2.1