aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-06-27 20:19:19 +0000
committerGuy Harris <guy@alum.mit.edu>2001-06-27 20:19:19 +0000
commitdb974f9b065aa8a6f5695f3e50c1a71aad90155b (patch)
tree595c3bcbd0275cc5bc7da97095ab38a5ad0c4470 /Makefile.am
parentfafefda4491d24200a701d104f8ed5737cf5ec8c (diff)
downloadwireshark-db974f9b065aa8a6f5695f3e50c1a71aad90155b.tar.gz
wireshark-db974f9b065aa8a6f5695f3e50c1a71aad90155b.tar.bz2
wireshark-db974f9b065aa8a6f5695f3e50c1a71aad90155b.zip
MRDISC support, from Ronnie Sahlberg.
svn path=/trunk/; revision=3614
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 a534d709d1..f48349956a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.338 2001/06/21 22:25:51 guy Exp $
+# $Id: Makefile.am,v 1.339 2001/06/27 20:19:19 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -161,6 +161,7 @@ DISSECTOR_SRC = \
packet-mount.c \
packet-mpeg1.c \
packet-mpls.c \
+ packet-mrdisc.c \
packet-msproxy.c \
packet-mtp3.c \
packet-nbipx.c \