"packet-snego.c" was renamed "packet-spnego.c", but this file wasn't

updated to reflect that; do so.

svn path=/trunk/; revision=6097
This commit is contained in:
Guy Harris 2002-08-27 19:07:30 +00:00
parent e495c4917e
commit 4c71637b3c
1 changed files with 2 additions and 2 deletions

View File

@ -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.202 2002/08/21 21:00:31 tpot Exp $
# $Id: Makefile.nmake,v 1.203 2002/08/27 19:07:30 guy Exp $
include config.nmake
include <win32.mak>
@ -233,8 +233,8 @@ DISSECTOR_SRC = \
packet-smtp.c \
packet-sna.c \
packet-snaeth.c \
packet-spnego.c \
packet-snmp.c \
packet-snego.c \
packet-socks.c \
packet-spray.c \
packet-srvloc.c \