aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-07-31 17:29:36 -0700
committerGuy Harris <guy@alum.mit.edu>2014-08-01 00:30:03 +0000
commit435e7c610645766cad5f22034f000855ef2c3f15 (patch)
tree2f29d8cf11d89c892c03c1bc55d39656f7fed5f7 /Makefile.common
parentf38c7d6bbdcfc631f43b8554fef6cb57ffc6c413 (diff)
Move the AirPcap stuff into caputils.
Change-Id: I64b45dad36a3ec491aeb9de3439b4fe19b46f9d8 Reviewed-on: https://code.wireshark.org/review/3308 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 4c35b6cb4e..688b6e56b9 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -60,7 +60,6 @@ SHARK_COMMON_INCLUDES = \
# wireshark specifics
WIRESHARK_COMMON_SRC = \
$(SHARK_COMMON_SRC) \
- airpcap_loader.c \
capture_info.c \
capture_opts.c \
color_filters.c \
@@ -70,8 +69,6 @@ WIRESHARK_COMMON_SRC = \
# corresponding headers
WIRESHARK_COMMON_INCLUDES = \
- airpcap.h \
- airpcap_loader.h \
capture_info.h \
capture_opts.h \
color_filters.h \