aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-29 09:45:58 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-29 09:45:58 +0000
commita66d50bbf201d5992e364c27446b71d935158f52 (patch)
treeaee45c0a61eaedb10e87afe5ffa3f90d2f08d731 /Makefile.am
parentd5df5579236136b73890f72e881999d487acab37 (diff)
Untested support for AiroPeek captures.
svn path=/trunk/; revision=4619
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 d3ce39e4d5..94cc5e1346 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.406 2002/01/29 08:44:45 guy Exp $
+# $Id: Makefile.am,v 1.407 2002/01/29 09:45:55 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -75,6 +75,7 @@ DISSECTOR_SRC = \
packet-aarp.c \
packet-afs.c \
packet-aim.c \
+ packet-airopeek.c \
packet-arp.c \
packet-ascend.c\
packet-atalk.c \