aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-11 05:41:47 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-11 05:41:47 +0000
commit918fb90728eee9b26afed6716db32bd169115cc3 (patch)
treec6c1c83858afe0c07b2aee87897ac5d102eb4a35 /Makefile.am
parentfc72ce73366a52c47e68bd7be7d17574df1ca353 (diff)
downloadwireshark-918fb90728eee9b26afed6716db32bd169115cc3.tar.gz
wireshark-918fb90728eee9b26afed6716db32bd169115cc3.tar.bz2
wireshark-918fb90728eee9b26afed6716db32bd169115cc3.zip
"dissect_http()" doesn't need to be global any more; make it static.
svn path=/trunk/; revision=2870
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index b9c352c6f9..885b5693b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.270 2001/01/10 09:25:13 guy Exp $
+# $Id: Makefile.am,v 1.271 2001/01/11 05:41:47 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -206,7 +206,6 @@ noinst_HEADERS = \
packet-frame.h \
packet-gvrp.h \
packet-h261.h \
- packet-http.h \
packet-ieee80211.h \
packet-ip.h \
packet-ipsec.h \