aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-11 09:01:52 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-11 09:01:52 +0000
commitb5ab8cd51d60d09fc3b6a545b8bd526c8bedf489 (patch)
tree288b26a37d7da4395c2a48bdde63319a8d068906 /Makefile.nmake
parent08cf4d245f23bfa2199042475664d59fe360f433 (diff)
Update the Win32 nmakefile to include "packet-lmp.c".
svn path=/trunk/; revision=5141
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index b4aec44aec..784f70c0c4 100644
--- a/Makefile.nmake
+++ b/Makefile.nmake
@@ -1,7 +1,7 @@
## Makefile for building ethereal.exe with Microsoft C and nmake
## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
#
-# $Id: Makefile.nmake,v 1.176 2002/04/08 09:44:40 guy Exp $
+# $Id: Makefile.nmake,v 1.177 2002/04/11 09:01:52 guy Exp $
include config.nmake
include <win32.mak>
@@ -127,6 +127,7 @@ DISSECTOR_SRC = \
packet-ldp.c \
packet-llc.c \
packet-lmi.c \
+ packet-lmp.c \
packet-lpd.c \
packet-m2pa.c \
packet-m2tp.c \