Add a preferences page for capture preferences, so that the user can
[obnox/wireshark/wip.git] / gtk / Makefile.am
1 # Makefile.am
2 # Automake file for the GTK interface routines for Ethereal
3 #
4 # $Id: Makefile.am,v 1.37 2002/01/10 07:43:39 guy Exp $
5 #
6 # Ethereal - Network traffic analyzer
7 # By Gerald Combs <gerald@zing.org>
8 # Copyright 1998 Gerald Combs
9 #
10
11 # This program is free software; you can redistribute it and/or
12 # modify it under the terms of the GNU General Public License
13 # as published by the Free Software Foundation; either version 2
14 # of the License, or (at your option) any later version.
15
16 # This program is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19 # GNU General Public License for more details.
20
21 # You should have received a copy of the GNU General Public License
22 # along with this program; if not, write to the Free Software
23 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
24
25 noinst_LIBRARIES = libui.a
26
27 CLEANFILES = \
28         libui.a         \
29         *~
30
31 libui_a_SOURCES = \
32         capture_dlg.c   \
33         capture_dlg.h   \
34         capture_prefs.c \
35         capture_prefs.h \
36         color_dlg.c     \
37         color_dlg.h     \
38         colors.c        \
39         colors.h        \
40         color_utils.c   \
41         color_utils.h   \
42         column_prefs.c  \
43         column_prefs.h  \
44         decode_as_dlg.c \
45         decode_as_dlg.h \
46         dfilter_expr_dlg.c \
47         dfilter_expr_dlg.h \
48         display_opts.c  \
49         display_opts.h  \
50         dlg_utils.c     \
51         dlg_utils.h     \
52         file_dlg.c      \
53         file_dlg.h      \
54         filter_prefs.c  \
55         filter_prefs.h  \
56         find_dlg.c      \
57         find_dlg.h      \
58         follow_dlg.c    \
59         follow_dlg.h    \
60         goto_dlg.c      \
61         goto_dlg.h      \
62         gtkclist.c      \
63         gtkclist.h      \
64         gtkglobals.h    \
65         gui_prefs.c     \
66         gui_prefs.h     \
67         help_dlg.c      \
68         help_dlg.h      \
69         keys.h          \
70         main.c          \
71         main.h          \
72         menu.c          \
73         menu.h          \
74         packet_win.c    \
75         packet_win.h    \
76         plugins_dlg.c   \
77         prefs_dlg.c     \
78         prefs_dlg.h     \
79         print_dlg.c     \
80         print_prefs.c   \
81         print_prefs.h   \
82         progress_dlg.c  \
83         proto_dlg.c     \
84         proto_dlg.h     \
85         proto_draw.c    \
86         proto_draw.h    \
87         proto_hier_stats_dlg.h  \
88         proto_hier_stats_dlg.c  \
89         simple_dialog.c \
90         stream_prefs.c  \
91         stream_prefs.h  \
92         summary_dlg.c   \
93         summary_dlg.h   \
94         tcp_graph.c     \
95         tcp_graph.h     \
96         ui_util.c       \
97         ui_util.h
98
99 EXTRA_DIST = \
100         Makefile.nmake