aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-01-27 20:33:01 +0000
committerGuy Harris <guy@alum.mit.edu>2001-01-27 20:33:01 +0000
commit2865386fe487ce65ec669b7ddeff35b6d5c71fa3 (patch)
treedebf6d4ac6cbad2210f39b95d70e997d6a05d8ab /Makefile.am
parente7ea7a34e9415d5dda11b9da61dd36e0c1e790d5 (diff)
HCLNFSD support, from Mike Frisch.
svn path=/trunk/; revision=2941
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 c4eeb954be..be0542c302 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.278 2001/01/22 09:04:09 guy Exp $
+# $Id: Makefile.am,v 1.279 2001/01/27 20:33:00 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -106,6 +106,7 @@ DISSECTOR_SOURCES = \
packet-gvrp.c \
packet-h1.c \
packet-h261.c \
+ packet-hclnfsd.c \
packet-hsrp.c \
packet-http.c \
packet-icmpv6.c\
@@ -245,6 +246,7 @@ noinst_HEADERS = \
packet-frame.h \
packet-gvrp.h \
packet-h261.h \
+ packet-hclnfsd.h \
packet-http.h \
packet-ieee80211.h \
packet-ip.h \