From 324a7c904302882f7a0dfe9e795e1dff6beb0451 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 8 Jan 2014 20:22:13 +0000 Subject: Rename PLATFORM_SRC to PLATFORM_CAPTURE_SRC, to match the CMake name. svn path=/trunk/; revision=54669 --- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index b6706c04d7..e95a8c96bb 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_SRC) \ + $(PLATFORM_CAPTURE_SRC) \ capture-pcap-util.c \ cfutils.c \ clopts_common.c \ @@ -179,7 +179,7 @@ randpkt_SOURCES = \ # dumpcap specifics dumpcap_SOURCES = \ - $(PLATFORM_SRC) \ + $(PLATFORM_CAPTURE_SRC) \ capture_opts.c \ capture-pcap-util.c \ capture_stop_conditions.c \ -- cgit v1.2.3