aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.nmake
diff options
context:
space:
mode:
authorobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-16 01:32:20 +0000
committerobiot <obiot@f5534014-38df-0310-8fa8-9805f1628bb7>2004-01-16 01:32:20 +0000
commitf26cce20751e65d1a9c70857eac6fe5745cedadd (patch)
treebbaf90d254d2428207562ceb5008160fa59ad450 /Makefile.nmake
parent809cfdd887af1caade62a66f802821dcf92477ce (diff)
Add support for MIME multipart dissection.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9670 f5534014-38df-0310-8fa8-9805f1628bb7
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 f4e6a27387..626e697f60 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.388 2004/01/13 02:10:25 guy Exp $
+# $Id: Makefile.nmake,v 1.389 2004/01/16 01:32:20 obiot Exp $
include config.nmake
include <win32.mak>
@@ -269,6 +269,7 @@ DISSECTOR_SRC = \
packet-mtp2.c \
packet-mtp3.c \
packet-mtp3mg.c \
+ packet-multipart.c \
packet-mysql.c \
packet-nbipx.c \
packet-nbns.c \