aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-06-29 22:08:59 -0700
committerGuy Harris <guy@alum.mit.edu>2014-06-30 05:09:31 +0000
commitb33512b704eae1716939cd493ecac85998039f07 (patch)
tree1b9f0aedd7ba3b73bd3e66cc4c06f19d63b50b7b /Makefile.common
parentdf5833723c41003486eba83aaf6ca41f0c27816b (diff)
Move capture_session.h to capchild; what it declares is defined there.
Change-Id: I8b1407839390b7ac0b45bf6f583c1a509073f002 Reviewed-on: https://code.wireshark.org/review/2709 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common11
1 files changed, 0 insertions, 11 deletions
diff --git a/Makefile.common b/Makefile.common
index 9f97930338..f8e65a3426 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -62,18 +62,9 @@ SHARK_COMMON_INCLUDES = \
version_info.h \
ws_symbol_export.h
-# sources common for wireshark and tshark, but not rawshark;
-# these are for programs that capture traffic by running dumpcap
-SHARK_COMMON_CAPTURE_SRC =
-
-# corresponding headers
-SHARK_COMMON_CAPTURE_INCLUDES = \
- capture_session.h
-
# wireshark specifics
WIRESHARK_COMMON_SRC = \
$(SHARK_COMMON_SRC) \
- $(SHARK_COMMON_CAPTURE_SRC) \
airpcap_loader.c \
capture.c \
capture_info.c \
@@ -108,7 +99,6 @@ WIRESHARK_COMMON_INCLUDES = \
# tshark specifics
tshark_SOURCES = \
$(SHARK_COMMON_SRC) \
- $(SHARK_COMMON_CAPTURE_SRC) \
capture_opts.c \
tshark.c
@@ -185,6 +175,5 @@ dumpcap_INCLUDES = \
# this target needed for distribution only
noinst_HEADERS = \
$(SHARK_COMMON_INCLUDES) \
- $(SHARK_COMMON_CAPTURE_INCLUDES) \
$(WIRESHARK_COMMON_INCLUDES) \
$(dumpcap_INCLUDES)