aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2011-12-29 23:09:42 +0000
committerGuy Harris <guy@alum.mit.edu>2011-12-29 23:09:42 +0000
commit7e531049a0dd26f8e87e6d866c0ff0c0dd01f0c9 (patch)
treee4171ec186256d2c30b6990a6ca38253229e10b3 /Makefile.common
parent3864d5d19d5757ce74d5d282e36382a7fde1301f (diff)
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
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 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