aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-30 18:49:47 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-30 18:49:47 +0000
commitee3449d08b9a2b425f19fd52f4ff1926f18ed9ff (patch)
tree3305c459d76f5d9d01ab38e8d193e541716dcd0b /Makefile.am
parent758685ca0db1f0cf8e50bf30d632372777e68dcb (diff)
From Chris Waters: MSN Messenger support.
svn path=/trunk/; revision=7045
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 cc20fc4ffe..97aba9700b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.549 2003/01/29 12:58:45 jmayer Exp $
+# $Id: Makefile.am,v 1.550 2003/01/30 18:49:47 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -262,6 +262,7 @@ DISSECTOR_SRC = \
packet-mpls.c \
packet-mrdisc.c \
packet-msdp.c \
+ packet-msn-messenger.c \
packet-msnip.c \
packet-msproxy.c \
packet-mtp2.c \