From 194433a503bf1f90f1037e6c1e1e97303f6c3ffa Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Thu, 22 Dec 2016 14:19:30 +0100 Subject: udpdump: remove libwireshark dependancy. Export pdu routines have been rewritten here on purpose. Change-Id: If4879de4c98b6f20a75df158cae0cf9a80ffae57 Reviewed-on: https://code.wireshark.org/review/19384 Petri-Dish: Pascal Quantin Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1c28f947bf..ef6af58dc4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2599,7 +2599,7 @@ if(ENABLE_EXTCAP AND BUILD_udpdump) set(udpdump_LIBS ${GLIB2_LIBRARIES} ${CMAKE_DL_LIBS} - ${LIBEPAN_LIBS} + wsutil writecap ) set(udpdump_FILES -- cgit v1.2.1