From 77cad8561cec1699d7a4317e34c5590d566c9eb8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sat, 8 Apr 2017 21:24:45 -0700 Subject: Move the filter file reading code to libui. It doesn't belong in libwireshark, as it doesn't affect dissection, but it *does* belong in libui, as it's helper code for the UIs. Change-Id: I8a5e0640a299a08e9ec1917dd253197438ebfdbc Reviewed-on: https://code.wireshark.org/review/20974 Reviewed-by: Guy Harris --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 583f2b68d1..992b0cf572 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1875,7 +1875,6 @@ if( (BUILD_wireshark AND QT_FOUND) OR (BUILD_wireshark_gtk AND GTK_FOUND) ) capture_opts.c file.c fileset.c - filter_files.c summary.c ${SHARK_COMMON_SRC} ${PLATFORM_UI_SRC} @@ -2243,7 +2242,6 @@ if(BUILD_tshark) ) set(tshark_FILES capture_opts.c - filter_files.c tshark-tap-register.c tshark.c ${TSHARK_TAP_SRC} @@ -2305,7 +2303,6 @@ if(BUILD_sharkd) ${APPLE_SYSTEM_CONFIGURATION_LIBRARY} ) set(sharkd_FILES - filter_files.c sharkd.c sharkd_daemon.c sharkd_session.c @@ -2478,6 +2475,7 @@ if(BUILD_dumpcap AND PCAP_FOUND) writecap wsutil caputils + ui ${PCAP_LIBRARIES} ${CAP_LIBRARIES} ${GLIB2_LIBRARIES} @@ -2492,7 +2490,6 @@ if(BUILD_dumpcap AND PCAP_FOUND) capture_stop_conditions.c conditions.c dumpcap.c - filter_files.c ringbuffer.c sync_pipe_write.c ws_version_info.c -- cgit v1.2.1