aboutsummaryrefslogtreecommitdiffstats
path: root/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 /Makefile.common
parentbd30abf8701c940fc995317e6ac4aee3be04ad29 (diff)
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 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index 678b30a10e..4c35b6cb4e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -66,7 +66,6 @@ WIRESHARK_COMMON_SRC = \
color_filters.c \
file.c \
fileset.c \
- iface_monitor.c \
summary.c
# corresponding headers
@@ -77,7 +76,6 @@ WIRESHARK_COMMON_INCLUDES = \
capture_opts.h \
color_filters.h \
globals.h \
- iface_monitor.h \
log.h \
summary.h \
sync_pipe.h