aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-31 04:40:09 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-31 04:40:09 +0000
commitc979950fc6df3a04d269ff63cb995f6d3b7f810f (patch)
tree139086a5ac52047e68f488ae99f4f4b770141ce6 /Makefile.am
parentc3d41534ffd73402082e77d6200380336acf0b1f (diff)
From Sam Leffler: support for BSD radiotap header for 802.11.
svn path=/trunk/; revision=9919
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 febd9a2bf8..dab514f980 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.703 2004/01/27 01:35:25 guy Exp $
+# $Id: Makefile.am,v 1.704 2004/01/31 04:40:08 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -335,6 +335,7 @@ noinst_HEADERS = \
packet-pres.h \
packet-prism.h \
packet-q931.h \
+ packet-radiotap.h \
packet-raw.h \
packet-ripng.h \
packet-rmi.h \