aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.common b/Makefile.common
index 97e3cef31a..9f97930338 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -64,13 +64,11 @@ SHARK_COMMON_INCLUDES = \
# sources common for wireshark and tshark, but not rawshark;
# these are for programs that capture traffic by running dumpcap
-SHARK_COMMON_CAPTURE_SRC = \
- capture_ui_utils.c
+SHARK_COMMON_CAPTURE_SRC =
# corresponding headers
SHARK_COMMON_CAPTURE_INCLUDES = \
- capture_session.h \
- capture_ui_utils.h
+ capture_session.h
# wireshark specifics
WIRESHARK_COMMON_SRC = \