From fae3615ce07bb5ced41486cf97844f271118e893 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 15 Jul 2014 18:26:46 -0700 Subject: Move the monitor-for-interface-list-changes stuff to the caputils library. Change-Id: Ie0d4504688602c2aa8e9788643b079930ca7d305 Reviewed-on: https://code.wireshark.org/review/3076 Reviewed-by: Guy Harris --- caputils/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'caputils/CMakeLists.txt') diff --git a/caputils/CMakeLists.txt b/caputils/CMakeLists.txt index 4c8dab086a..a12d09f15d 100644 --- a/caputils/CMakeLists.txt +++ b/caputils/CMakeLists.txt @@ -37,6 +37,7 @@ endif() set(CAPUTILS_SRC ${PLATFORM_CAPUTILS_SRC} capture-pcap-util.c + iface_monitor.c ws80211_utils.c ) -- cgit v1.2.1