aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-03 01:44:22 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2002-12-03 01:44:22 +0000
commit404ac984f539cda172c4af764d071b42656f52b0 (patch)
treeb7d3414eec558f82511b1f6d0aee473cc4f0e7e6
parenta06f3023ab72028232d1e1c088505a18171539c8 (diff)
Include packet-wlancap.h into the tarball
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6733 f5534014-38df-0310-8fa8-9805f1628bb7
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index b696a40d2b..896c44d821 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.522 2002/12/03 00:37:26 guy Exp $
+# $Id: Makefile.am,v 1.523 2002/12/03 01:44:22 jmayer Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -582,6 +582,7 @@ noinst_HEADERS = \
packet-vlan.h \
packet-wap.h \
packet-wccp.h \
+ packet-wlancap.h \
packet-wsp.h \
packet-wtls.h \
packet-wtp.h \