aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-06-06 01:30:30 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-06-06 01:30:30 +0000
commit005fffd015e9d2b336c79081570ec56023e5a5db (patch)
treeb25c509574d067159e88b539debf087127dc6823 /Makefile.am
parentd55a6eb83dd6fa5ee44d109d270ac92d7ef821db (diff)
Gnutella support, from B. Johannessen.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3520 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index f2b3de054f..e82836bc7d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.331 2001/06/05 07:39:31 guy Exp $
+# $Id: Makefile.am,v 1.332 2001/06/06 01:30:28 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -109,6 +109,7 @@ DISSECTOR_SRC = \
packet-frame.c \
packet-ftp.c \
packet-giop.c \
+ packet-gnutella.c \
packet-gre.c \
packet-gtp.c \
packet-gvrp.c \
@@ -272,6 +273,7 @@ noinst_HEADERS = \
packet-fddi.h \
packet-fr.h \
packet-frame.h \
+ packet-gnutella.h \
packet-hclnfsd.h \
packet-http.h \
packet-ieee80211.h \