aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-08-17 00:54:25 +0000
committerGuy Harris <guy@alum.mit.edu>2003-08-17 00:54:25 +0000
commitadd318fc9366e973ee741f65626c0a0394050fec (patch)
tree9e1d4313e74a70f5da722b677f203aa5d7250489 /Makefile.nmake
parente956aac299bdc5dc6860a831d73522ebe6f22f85 (diff)
From Shiang-Ming Huang: STUN (RFC 3489) support.
svn path=/trunk/; revision=8175
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 5fd45dbde4..408af0ffa4 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.322 2003/08/07 00:41:26 guy Exp $
+# $Id: Makefile.nmake,v 1.323 2003/08/17 00:54:24 guy Exp $
include config.nmake
include <win32.mak>
@@ -329,6 +329,7 @@ DISSECTOR_SRC = \
packet-ssl.c \
packet-stat.c \
packet-stat-notify.c \
+ packet-stun.c \
packet-sua.c \
packet-syslog.c \
packet-tacacs.c \