aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2014-01-08 20:22:13 +0000
committerGuy Harris <guy@alum.mit.edu>2014-01-08 20:22:13 +0000
commit324a7c904302882f7a0dfe9e795e1dff6beb0451 (patch)
treee45fc0dcd8a49f82bc2b64edebb61e26c8014811 /Makefile.common
parent005ff3f64d6f017edc100888357240f3e5aeaf0e (diff)
Rename PLATFORM_SRC to PLATFORM_CAPTURE_SRC, to match the CMake name.
svn path=/trunk/; revision=54669
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 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 \