aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-09-02 22:47:59 +0000
committerGuy Harris <guy@alum.mit.edu>2003-09-02 22:47:59 +0000
commit75ae0e30c7ff9e539a80562a431e1cd2719e78a1 (patch)
treee4f81d2c0758513eab172c7bbe79d2c773832295 /Makefile.am
parent71034c5a3faef6c2305e8e1f9253d544f559a532 (diff)
From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.
svn path=/trunk/; revision=8345
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 762c406ccf..bd519c3591 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.616 2003/08/29 22:27:14 guy Exp $
+# $Id: Makefile.am,v 1.617 2003/09/02 22:47:56 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -862,7 +862,9 @@ ethereal_LDADD = \
@PCAP_LIBS@ @GTK_LIBS@ @ADNS_LIBS@
TETHEREAL_TAP_SRC = \
+ tap-bootpstat.c \
tap-dcerpcstat.c \
+ tap-httpstat.c \
tap-iostat.c \
tap-iousers.c \
tap-mgcpstat.c \
@@ -871,7 +873,8 @@ TETHEREAL_TAP_SRC = \
tap-rpcstat.c \
tap-rpcprogs.c \
tap-smbsids.c \
- tap-smbstat.c
+ tap-smbstat.c \
+ tap-wspstat.c
tethereal_SOURCES = \
$(DISSECTOR_SRC) \