aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-04-14 22:52:49 +0000
committerGuy Harris <guy@alum.mit.edu>2002-04-14 22:52:49 +0000
commit21bb9c6d91f3da510512e0753510cab685f00b4c (patch)
treed579a2ea2dea86eef845cb8b43ffaa679e9d7803 /Makefile.nmake
parent0dbd6bd9f255cf88b82e13cc812b7b6938bb48e5 (diff)
M2UA support, from Michael Tuexen.
svn path=/trunk/; revision=5160
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 784f70c0c4..ec7ada10eb 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.177 2002/04/11 09:01:52 guy Exp $
+# $Id: Makefile.nmake,v 1.178 2002/04/14 22:52:49 guy Exp $
include config.nmake
include <win32.mak>
@@ -131,6 +131,7 @@ DISSECTOR_SRC = \
packet-lpd.c \
packet-m2pa.c \
packet-m2tp.c \
+ packet-m2ua.c \
packet-m3ua.c \
packet-mapi.c \
packet-mbtcp.c \