summaryrefslogtreecommitdiff
path: root/caputils/Makefile.common
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/Makefile.common
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/Makefile.common')
-rw-r--r--caputils/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/caputils/Makefile.common b/caputils/Makefile.common
index 57599380a7..f09079d9e7 100644
--- a/caputils/Makefile.common
+++ b/caputils/Makefile.common
@@ -24,6 +24,7 @@
CAPUTILS_SRC = \
$(PLATFORM_CAPUTILS_SRC) \
capture-pcap-util.c \
+ iface_monitor.c \
ws80211_utils.c
noinst_HEADERS = \
@@ -32,4 +33,5 @@ noinst_HEADERS = \
capture-pcap-util-int.h \
capture-wpcap.h \
capture_wpcap_packet.h \
+ iface_monitor.h \
ws80211_utils.h