From 658e0b30e6c169ad0e842c9c8420a7a78fe285b7 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 8 Jan 2014 20:50:52 +0000 Subject: At least some of the files in PLATFORM_CAPTURE_SRC are needed by programs that use {lib,win}pcap but that don't capture traffic, such as rawshark; rename it to PLATFORM_PCAP_SRC, to match CMake. svn path=/trunk/; revision=54671 --- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index e95a8c96bb..9c44211796 100644 --- a/Makefile.common +++ b/Makefile.common @@ -43,7 +43,7 @@ GENERATED_FILES = $(GENERATED_C_FILES) $(GENERATED_HEADER_FILES) # sources common for wireshark, tshark, and rawshark SHARK_COMMON_SRC = \ - $(PLATFORM_CAPTURE_SRC) \ + $(PLATFORM_PCAP_SRC) \ capture-pcap-util.c \ cfutils.c \ clopts_common.c \ @@ -179,7 +179,7 @@ randpkt_SOURCES = \ # dumpcap specifics dumpcap_SOURCES = \ - $(PLATFORM_CAPTURE_SRC) \ + $(PLATFORM_PCAP_SRC) \ capture_opts.c \ capture-pcap-util.c \ capture_stop_conditions.c \ -- cgit v1.2.3