From 213189ef9e7bbd851e145e1cfb1067c7b2b72de8 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Mon, 23 Jun 2014 16:48:41 -0700 Subject: Move the routines to talk to dumpcap into a static libcapchild. This pulls some stuff out of the top-level directory, and means we don't have to build them once for every program using them. Change-Id: I37b31fed20f2d5c3563ecd2bae9fd86af70afff5 Reviewed-on: https://code.wireshark.org/review/2591 Reviewed-by: Guy Harris --- Makefile.common | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 59cfebe4e0..34205d70c7 100644 --- a/Makefile.common +++ b/Makefile.common @@ -68,15 +68,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_ifinfo.c \ - capture_sync.c \ capture_ui_utils.c # corresponding headers SHARK_COMMON_CAPTURE_INCLUDES = \ - capture_ifinfo.h \ capture_session.h \ - capture_sync.h \ capture_ui_utils.h # wireshark specifics -- cgit v1.2.3