aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
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.am
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.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 0971aa3ac5..7d4f9054c8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.689 2004/01/13 02:10:25 guy Exp $
+# $Id: Makefile.am,v 1.690 2004/01/16 01:32:20 obiot Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -329,6 +329,7 @@ DISSECTOR_SRC = \
packet-mtp2.c \
packet-mtp3.c \
packet-mtp3mg.c \
+ packet-multipart.c \
packet-mysql.c \
packet-nbipx.c \
packet-nbns.c \