aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-02-27 02:45:42 +0000
committerGuy Harris <guy@alum.mit.edu>2003-02-27 02:45:42 +0000
commit5408067454f43ae8912a192e20a2db76714f7d33 (patch)
tree8f3bf935823514840c511a0dd639546cd6d6d43b /Makefile.am
parentf7b3583e8a4ba65980c04a6977762b6c760eb286 (diff)
downloadwireshark-5408067454f43ae8912a192e20a2db76714f7d33.tar.gz
wireshark-5408067454f43ae8912a192e20a2db76714f7d33.tar.bz2
wireshark-5408067454f43ae8912a192e20a2db76714f7d33.zip
From Akira Endoh: Wellfleet Breath of Life support.
svn path=/trunk/; revision=7210
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 32285ef311..71497d21e9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.558 2003/02/27 02:28:37 guy Exp $
+# $Id: Makefile.am,v 1.559 2003/02/27 02:45:42 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -100,6 +100,7 @@ DISSECTOR_SRC = \
packet-bacnet.c \
packet-beep.c \
packet-bgp.c \
+ packet-bofl.c \
packet-bootp.c \
packet-bootparams.c \
packet-bpdu.c \