aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
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.nmake
parent005ff3f64d6f017edc100888357240f3e5aeaf0e (diff)
Rename PLATFORM_SRC to PLATFORM_CAPTURE_SRC, to match the CMake name.
svn path=/trunk/; revision=54669
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index 859f9c53d0..852ee8f73d 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -51,7 +51,10 @@ CFLAGS=$(WARNINGS_ARE_ERRORS) $(GENERATED_CFLAGS)
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<
-PLATFORM_SRC = capture-wpcap.c capture_wpcap_packet.c capture_win_ifnames.c
+PLATFORM_CAPTURE_SRC = \
+ capture-wpcap.c \
+ capture_wpcap_packet.c \
+ capture_win_ifnames.c
include Makefile.common