From 7e531049a0dd26f8e87e6d866c0ff0c0dd01f0c9 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 29 Dec 2011 23:09:42 +0000 Subject: Swallow cant_load_winpcap_err() up into capture-wpcap.c, so that anything that uses WinPcap can use that message text in its error messages. svn path=/trunk/; revision=40335 --- Makefile.common | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index f04eaf4359..a62fc37d73 100644 --- a/Makefile.common +++ b/Makefile.common @@ -91,13 +91,11 @@ WIRESHARK_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_errs.c \ capture_ifinfo.c \ capture_ui_utils.c # corresponding headers SHARK_COMMON_CAPTURE_INCLUDES = \ - capture_errs.h \ capture_ifinfo.h \ capture_ui_utils.h -- cgit v1.2.3