aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2003-11-19 00:02:42 +0000
committerUlf Lamping <ulf.lamping@web.de>2003-11-19 00:02:42 +0000
commit3aad138c1b15c8c283f7e4c7bcd7fe426230c714 (patch)
tree3307e7367b6182e56a6e27462b3923715f5150aa /gtk/Makefile.am
parent0d636117a13222128f4c82c517f9aece9c6890c4 (diff)
added supported_protos_dlg
svn path=/trunk/; revision=9020
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 aa5c59563a..65ff9eea71 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.75 2003/11/16 23:11:20 sahlberg Exp $
+# $Id: Makefile.am,v 1.76 2003/11/19 00:02:42 ulfl Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@ethereal.com>
@@ -138,6 +138,8 @@ libui_a_SOURCES = \
stream_prefs.h \
summary_dlg.c \
summary_dlg.h \
+ supported_protos_dlg.c \
+ supported_protos_dlg.h \
tcp_graph.c \
tcp_graph.h \
toolbar.c \
@@ -227,6 +229,8 @@ libui_a_SOURCES = \
stream_prefs.h \
summary_dlg.c \
summary_dlg.h \
+ supported_protos_dlg.c \
+ supported_protos_dlg.h \
tcp_graph.c \
tcp_graph.h \
toolbar.c \