aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-23 23:37:49 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-23 23:37:49 +0000
commit18f75ae54732fc58dd5bb19808ef79db2c8984ff (patch)
tree6afa279150beaaf59fb0ae434daa70aa70597dbe /Makefile.nmake
parentae64e9539cdad9ce375818769bcc86881e2f7496 (diff)
Get rid of the old MAPI dissector in favor of the new DCE RPC-based
dissector. svn path=/trunk/; revision=5535
Diffstat (limited to 'Makefile.nmake')
-rw-r--r--Makefile.nmake3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.nmake b/Makefile.nmake
index c5508219a4..ea68403bc3 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.187 2002/05/23 10:00:19 sahlberg Exp $
+# $Id: Makefile.nmake,v 1.188 2002/05/23 23:37:49 guy Exp $
include config.nmake
include <win32.mak>
@@ -139,7 +139,6 @@ DISSECTOR_SRC = \
packet-m2tp.c \
packet-m2ua.c \
packet-m3ua.c \
- packet-mapi.c \
packet-mbtcp.c \
packet-mip.c \
packet-mmse.c \