aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-19 23:41:55 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-19 23:41:55 +0000
commit39f5418dc0d40df41f329c4b9eeb59fd5a530e9a (patch)
tree1e98a2488910ce5e2ef9e67ab11250ecedf6b3b6 /Makefile.am
parentbbcb86c56492cd33fb9708fc99e3760443da6846 (diff)
From Lars Roland:
use the common display filter dialog infrastructure in the MGCP service response time tap; add common infrastructure for updating the titles of tap dialogs when the capture file name changes. svn path=/trunk/; revision=9366
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 4773e41b4e..3e24534d76 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.673 2003/12/18 18:56:36 guy Exp $
+# $Id: Makefile.am,v 1.674 2003/12/19 23:39:53 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -850,6 +850,7 @@ ETHEREAL_COMMON_SRC = \
t35.h \
tap.c \
tap.h \
+ tap_dfilter_dlg.h \
timestats.c \
timestats.h \
util.c \