aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-05-20 22:20:33 +0000
committerGuy Harris <guy@alum.mit.edu>2001-05-20 22:20:33 +0000
commit724c494b70a4d681b06c10bf2d80b90efd2f1869 (patch)
tree4e8c2da5766ce68a1edf96722a06c4d60487d540 /Makefile.am
parent281b8b2738f01d23cf93f33841a0e83b8d8975ac (diff)
Rewritten IGMP dissector, from Ronnie Sahlberg.
svn path=/trunk/; revision=3426
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 c96a1779b7..558149f5fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.319 2001/05/16 22:04:53 ashokn Exp $
+# $Id: Makefile.am,v 1.320 2001/05/20 22:20:33 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -119,6 +119,7 @@ DISSECTOR_SRC = \
packet-icmpv6.c\
packet-icp.c \
packet-icq.c \
+ packet-igmp.c \
packet-igrp.c \
packet-imap.c \
packet-ip.c \