aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-12-17 22:13:08 +0000
committerGuy Harris <guy@alum.mit.edu>2003-12-17 22:13:08 +0000
commitac48df79f25c348ee3e8926327c489036479d717 (patch)
tree8b22edd8e461cea760ee7fd834e1ca0007d08248 /gtk/Makefile.am
parent1f97bdc27aa1caed69e5be96ea00eea6e773f342 (diff)
From Lars Roland: have common code to handle display filter dialogs in
taps, and use that in the H.225 taps. svn path=/trunk/; revision=9327
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 8ab185e3a5..c4f542a785 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for the GTK interface routines for Ethereal
#
-# $Id: Makefile.am,v 1.80 2003/12/12 19:55:27 guy Exp $
+# $Id: Makefile.am,v 1.81 2003/12/17 22:13:05 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -144,6 +144,8 @@ libui_a_SOURCES = \
summary_dlg.h \
supported_protos_dlg.c \
supported_protos_dlg.h \
+ tap_dfilter_dlg.c \
+ tap_dfilter_dlg.h \
tcp_graph.c \
tcp_graph.h \
toolbar.c \
@@ -236,6 +238,8 @@ libui_a_SOURCES = \
summary_dlg.h \
supported_protos_dlg.c \
supported_protos_dlg.h \
+ tap_dfilter_dlg.c \
+ tap_dfilter_dlg.h \
tcp_graph.c \
tcp_graph.h \
toolbar.c \