aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
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.nmake
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.nmake')
-rw-r--r--Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 852ee8f73d..641d82e9a1 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -51,7 +51,7 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) $(GENERATED_CFLAGS)
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<
-PLATFORM_CAPTURE_SRC = \
+PLATFORM_PCAP_SRC = \
capture-wpcap.c \
capture_wpcap_packet.c \
capture_win_ifnames.c