aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-07-11 18:19:16 +0000
committerGuy Harris <guy@alum.mit.edu>2001-07-11 18:19:16 +0000
commit318682adcaa5ae4d128cac50ad32a424fd3538e2 (patch)
tree832716fda95f31253b94e6d73ee14533e5bd18fe /Makefile.nmake
parent1eb1ecf07a0f81a5f55813618ca5ad87a267faf3 (diff)
SSL/TLS support, from Scott Renfro.
svn path=/trunk/; revision=3692
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 9c032a5e57..06a2459206 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.123 2001/07/11 01:25:44 guy Exp $
+# $Id: Makefile.nmake,v 1.124 2001/07/11 18:19:15 guy Exp $
include config.nmake
include <win32.mak>
@@ -183,6 +183,7 @@ DISSECTOR_SRC = \
packet-spray.c \
packet-srvloc.c \
packet-sscop.c \
+ packet-ssl.c \
packet-stat.c \
packet-stat-notify.c \
packet-sual.c \