aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-12-12 22:40:10 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-12-12 22:40:10 +0000
commit4a15f6582a309aa17e533febd2de731dba575336 (patch)
tree304b093f0b229e089402ae3522ec489584bc1484 /Makefile.am
parentbf611b0f7ca3352482a0854cf1c1de2ded8330c0 (diff)
Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module
and V.120 decoder. svn path=/trunk/; revision=1304
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 2580952ed4..c2fdd9f092 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.133 1999/12/12 05:11:44 gram Exp $
+# $Id: Makefile.am,v 1.134 1999/12/12 22:39:29 gram Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -142,6 +142,7 @@ DISSECTOR_SOURCES = \
packet-tr.c \
packet-trmac.c \
packet-udp.c \
+ packet-v120.c \
packet-vines.c \
packet-vines.h \
packet-vlan.c \