summaryrefslogtreecommitdiff
path: root/caputils/CMakeLists.txt
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-15 18:26:46 -0700
committerGuy Harris <guy@alum.mit.edu>2014-07-16 01:27:21 +0000
commitfae3615ce07bb5ced41486cf97844f271118e893 (patch)
tree0d60a9460cced5b4e80eb13757cb226a0d22ba8e /caputils/CMakeLists.txt
parentbd30abf8701c940fc995317e6ac4aee3be04ad29 (diff)
downloadwireshark-fae3615ce07bb5ced41486cf97844f271118e893.tar.gz
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 <guy@alum.mit.edu>
Diffstat (limited to 'caputils/CMakeLists.txt')
-rw-r--r--caputils/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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
)