aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-30 14:47:22 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-30 21:47:58 +0000
commitc1d2b29d01df216e7a36584692aa0c3082a3aafe (patch)
tree80ee93355c611dae93ddac1f944b0264a48a8c55 /Makefile.common
parent5e283865403d02c4a1139ad70eabeb2c35d6a88d (diff)
Move filters.[ch] to libui.
Change-Id: I32f04016498dfe8f54b0480f30a84ffe5ef7868f Reviewed-on: https://code.wireshark.org/review/2727 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 e3ee92ff4c..5ed647f5d6 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -71,7 +71,6 @@ WIRESHARK_COMMON_SRC = \
color_filters.c \
file.c \
fileset.c \
- filters.c \
iface_monitor.c \
summary.c \
ws80211_utils.c
@@ -83,7 +82,6 @@ WIRESHARK_COMMON_INCLUDES = \
capture_info.h \
capture_opts.h \
color_filters.h \
- filters.h \
globals.h \
iface_monitor.h \
log.h \