aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-01 23:05:09 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-01 23:05:09 +0000
commitad0107ddf4d60aa230e0586b77fc6bd90bc927a4 (patch)
tree2fc6c3dd65c8666b83afdc1c9c97519a4abf8b74 /Makefile.am
parent42718f60b41f336cfb42f8714b5ad954d524119c (diff)
From Michael Lum:
add a message statistics tap for ANSI A interface for Tethereal; fix the BSSAP, BSMAP, and DTAP interface dissectors to call subdissectors even if no protocol tree is being built. svn path=/trunk/; revision=9132
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 14b02fdc3f..90f88f3f17 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.660 2003/11/25 08:10:55 guy Exp $
+# $Id: Makefile.am,v 1.661 2003/12/01 23:05:08 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -606,6 +606,7 @@ noinst_HEADERS = \
packet-afs-macros.h \
packet-afs-register-info.h \
packet-afs.h \
+ packet-ansi_a.h \
packet-arcnet.h \
packet-arp.h \
packet-atalk.h \
@@ -931,6 +932,7 @@ ethereal_LDADD = \
@PCAP_LIBS@ @GTK_LIBS@ @ADNS_LIBS@
TETHEREAL_TAP_SRC = \
+ tap-ansi_astat.c \
tap-bootpstat.c \
tap-dcerpcstat.c \
tap-h225counter.c \