Add gsm_map_stat.h and mtp3_stat.h to the distribution.
[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.95 2004/04/23 02:00:13 gerald 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 include Makefile.common
25
26 noinst_LIBRARIES = libui.a
27
28 CLEANFILES = \
29         libui.a         \
30         *~
31
32 ethereal-tap-register.c: $(ETHEREAL_TAP_SRC) $(top_srcdir)/make-tapreg-dotc
33         @echo Making ethereal-tap-register.c
34         @$(top_srcdir)/make-tapreg-dotc ethereal-tap-register.c $(srcdir) $(ETHEREAL_TAP_SRC)
35
36 noinst_HEADERS = \
37         capture_combo_utils.h \
38         capture_dlg.h   \
39         capture_prefs.h \
40         color_dlg.h     \
41         color_filters.h \
42         color_utils.h   \
43         colors.h        \
44         column_prefs.h  \
45         compat_macros.h \
46         decode_as_dlg.h \
47         dfilter_expr_dlg.h \
48         dlg_utils.h     \
49         endpoint_talkers_table.h \
50         file_dlg.h      \
51         filter_prefs.h  \
52         find_dlg.h      \
53         follow_dlg.h    \
54         goto_dlg.h      \
55         gsm_map_stat.h  \
56         gtkglobals.h    \
57         gtk_stat_util.h \
58         gui_prefs.h     \
59         help_dlg.h      \
60         hostlist_table.h \
61         keys.h          \
62         main.h          \
63         menu.h          \
64         mtp3_stat.h     \
65         nameres_prefs.h \
66         packet_list.h   \
67         packet_win.h    \
68         prefs_dlg.h     \
69         print_prefs.h   \
70         proto_dlg.h     \
71         proto_draw.h    \
72         proto_hier_stats_dlg.h  \
73         range_utils.h \
74         recent.h        \
75         rtp_analysis.h  \
76         rtp_stream.h    \
77         rtp_stream_dlg.h \
78         service_response_time_table.h   \
79         stream_prefs.h  \
80         summary_dlg.h   \
81         supported_protos_dlg.h   \
82         tap_dfilter_dlg.h \
83         tap_menu.h      \
84         toolbar.h       \
85         ui_util.h
86
87 if USE_GTK2
88 libui_a_SOURCES = \
89         $(ETHEREAL_GTK_SRC) \
90         $(noinst_HEADERS) \
91         $(ETHEREAL_TAP_SRC)
92 else
93 libui_a_SOURCES = \
94         ethclist.c      \
95         ethclist.h      \
96         $(ETHEREAL_GTK_SRC) \
97         $(noinst_HEADERS) \
98         $(ETHEREAL_TAP_SRC)
99 endif
100
101 EXTRA_DIST = \
102         Makefile.common \
103         Makefile.nmake \
104         print_mswin.c  \
105         print_mswin.h
106
107 # Common headers
108 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap