aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-08 20:50:52 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-08 20:50:52 +0000
commit658e0b30e6c169ad0e842c9c8420a7a78fe285b7 (patch)
tree730292b71fd82d574cfa740dec13a319a6913181 /Makefile.common
parentc81a43da68059a8b41571e8d273f0e528a323491 (diff)
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
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
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 \