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