diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2003-11-15 08:48:14 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2003-11-15 08:48:14 +0000 |
commit | bca18fcf68a29319ef41dfcc579ce4fe2c6b7709 (patch) | |
tree | bb17094d8416a8cf915f0bc8866f8d1b2490a033 /gtk/Makefile.am | |
parent | f4d0c0d9c218d797049118fc2e23fbd21c23a3b2 (diff) | |
download | wireshark-bca18fcf68a29319ef41dfcc579ce4fe2c6b7709.tar.gz wireshark-bca18fcf68a29319ef41dfcc579ce4fe2c6b7709.tar.bz2 wireshark-bca18fcf68a29319ef41dfcc579ce4fe2c6b7709.zip |
seperated capture dialog from capture.c and put into new gtk/capture_info_dlg.c
svn path=/trunk/; revision=8968
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r-- | gtk/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 5730578550..ab57244fc1 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.73 2003/11/05 09:04:17 sahlberg Exp $ +# $Id: Makefile.am,v 1.74 2003/11/15 08:47:29 ulfl Exp $ # # Ethereal - Network traffic analyzer # By Gerald Combs <gerald@ethereal.com> @@ -64,6 +64,7 @@ libui_a_SOURCES = \ capture_dlg.h \ capture_prefs.c \ capture_prefs.h \ + capture_info_dlg.c \ color_dlg.c \ color_dlg.h \ color_filters.c \ @@ -151,6 +152,7 @@ libui_a_SOURCES = \ capture_dlg.h \ capture_prefs.c \ capture_prefs.h \ + capture_info_dlg.c \ color_dlg.c \ color_dlg.h \ color_filters.c \ |