aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-11-15 22:45:52 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2002-11-15 22:45:52 +0000
commitcf6ddd5b775fa8abdb58fdab69eca982b5ffaf9a (patch)
tree5188af383e8b701a8ec3de918df1e75abc7a3552 /Makefile.am
parent0ec7f232e27fc2513d51b4bdc77aad9eff43ffc4 (diff)
New protocol: Stub dissector for ClearCase NFS protocol
svn path=/trunk/; revision=6640
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 5bb12cc4fb..3c90558bfa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.520 2002/11/14 07:54:48 sharpe Exp $
+# $Id: Makefile.am,v 1.521 2002/11/15 22:45:52 sahlberg Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -107,6 +107,7 @@ DISSECTOR_SRC = \
packet-cdp.c \
packet-cgmp.c \
packet-chdlc.c \
+ packet-clearcase.c \
packet-clip.c \
packet-clnp.c \
packet-cops.c \
@@ -479,6 +480,7 @@ noinst_HEADERS = \
packet-bgp.h \
packet-bootparams.h \
packet-chdlc.h \
+ packet-clearcase.h \
packet-clip.h \
packet-data.h \
packet-dccp.h \