From b33512b704eae1716939cd493ecac85998039f07 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 29 Jun 2014 22:08:59 -0700 Subject: 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 --- Makefile.common | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Makefile.common') 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) -- cgit v1.2.3