aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-02-17 00:16:19 +0000
committerGuy Harris <guy@alum.mit.edu>2002-02-17 00:16:19 +0000
commitac5a603cb77582b38948307a505e480352b7b75d (patch)
tree9838b9b6797911141726eda2108a2a8dd93aaf65 /Makefile.nmake
parent31fc804847f4d243eacf7ab7966328c7578316bb (diff)
Add support for SNA-over-Ethernet (Ethernet type 80d5).
svn path=/trunk/; revision=4747
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 9c9f32295c..272faeb0db 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.170 2002/02/02 12:04:22 guy Exp $
+# $Id: Makefile.nmake,v 1.171 2002/02/17 00:16:19 guy Exp $
include config.nmake
include <win32.mak>
@@ -209,6 +209,7 @@ DISSECTOR_SRC = \
packet-smpp.c \
packet-smtp.c \
packet-sna.c \
+ packet-snaeth.c \
packet-snmp.c \
packet-socks.c \
packet-spray.c \