aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gtk/Makefile.am101
-rw-r--r--gtk/Makefile.common102
2 files changed, 102 insertions, 101 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 24ba41f2b6..0e654d5377 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -41,95 +41,6 @@ wireshark-tap-register.c: $(WIRESHARK_TAP_SRC) $(top_srcdir)/make-tapreg-dotc
@echo Making wireshark-tap-register.c
@$(top_srcdir)/make-tapreg-dotc wireshark-tap-register.c $(srcdir) $(WIRESHARK_TAP_SRC)
-noinst_HEADERS = \
- about_dlg.h \
- airpcap_dlg.h \
- airpcap_gui_utils.h \
- capture_dlg.h \
- capture_file_dlg.h \
- capture_if_details_dlg.h \
- capture_prefs.h \
- cfilter_combo_utils.h \
- color_dlg.h \
- color_edit_dlg.h \
- colors.h \
- column_prefs.h \
- conversations_table.h \
- decode_as_ber.h \
- decode_as_dlg.h \
- decode_as_dcerpc.h \
- dfilter_expr_dlg.h \
- dlg_utils.h \
- drag_and_drop.h \
- expert_comp_dlg.h \
- expert_comp_table.h \
- export_object.h \
- file_dlg.h \
- fileset_dlg.h \
- filter_dlg.h \
- find_dlg.h \
- firewall_dlg.h \
- follow_ssl.h \
- follow_stream.h \
- follow_tcp.h \
- follow_udp.h \
- font_utils.h \
- goto_dlg.h \
- graph_analysis.h \
- gsm_map_stat.h \
- gtkglobals.h \
- gtkvumeter.h \
- gui_stat_util.h \
- gui_prefs.h \
- gui_utils.h \
- help_dlg.h \
- hostlist_table.h \
- isprint.h \
- keys.h \
- layout_prefs.h \
- macros_dlg.h \
- main.h \
- main_menu.h \
- main_statusbar.h \
- main_toolbar.h \
- main_welcome.h \
- mtp3_stat.h \
- nameres_prefs.h \
- packet_history.h \
- packet_list.h \
- packet_win.h \
- pixmap_save.h \
- plugins_dlg.h \
- prefs_dlg.h \
- print_prefs.h \
- profile_dlg.h \
- proto_dlg.h \
- proto_draw.h \
- proto_hier_stats_dlg.h \
- range_utils.h \
- recent.h \
- rtp_analysis.h \
- rtp_player.h \
- rtp_player_prefs.h \
- rtp_stream.h \
- rtp_stream_dlg.h \
- mcast_stream.h \
- mcast_stream_dlg.h \
- sat.h \
- sctp_stat.h \
- service_response_time_table.h \
- gui_stat_menu.h \
- stock_icons.h \
- stream_prefs.h \
- summary_dlg.h \
- supported_protos_dlg.h \
- text_page.h \
- u3.h \
- uat_gui.h \
- voip_calls.h \
- voip_calls_dlg.h \
- webbrowser.h
-
libui_a_SOURCES = \
$(WIRESHARK_GTK_SRC) \
$(noinst_HEADERS) \
@@ -137,18 +48,6 @@ libui_a_SOURCES = \
libui_a_DEPENDENCIES =
-EXTRA_DIST = \
- airpcap_dlg.c \
- airpcap_gui_utils.c \
- capture_if_details_dlg.c \
- doxygen.cfg.in \
- Makefile.common \
- Makefile.nmake \
- print_mswin.c \
- print_mswin.h \
- win32-file-dlg.c \
- win32-file-dlg.h
-
# Common headers
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/wiretap $(LIBGCRYPT_CFLAGS) $(LIBGNUTLS_CFLAGS) $(PORTAUDIO_INCLUDES)
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index 11f4efd9c2..fbbf167721 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -197,3 +197,105 @@ WIRESHARK_TAP_SRC = \
voip_calls_dlg.c \
wlan_stat_dlg.c \
wsp_stat.c
+
+noinst_HEADERS = \
+ about_dlg.h \
+ airpcap_dlg.h \
+ airpcap_gui_utils.h \
+ capture_dlg.h \
+ capture_file_dlg.h \
+ capture_if_details_dlg.h \
+ capture_prefs.h \
+ cfilter_combo_utils.h \
+ color_dlg.h \
+ color_edit_dlg.h \
+ colors.h \
+ column_prefs.h \
+ conversations_table.h \
+ decode_as_ber.h \
+ decode_as_dlg.h \
+ decode_as_dcerpc.h \
+ dfilter_expr_dlg.h \
+ dlg_utils.h \
+ drag_and_drop.h \
+ expert_comp_dlg.h \
+ expert_comp_table.h \
+ export_object.h \
+ file_dlg.h \
+ fileset_dlg.h \
+ filter_dlg.h \
+ find_dlg.h \
+ firewall_dlg.h \
+ follow_ssl.h \
+ follow_stream.h \
+ follow_tcp.h \
+ follow_udp.h \
+ font_utils.h \
+ goto_dlg.h \
+ graph_analysis.h \
+ gsm_map_stat.h \
+ gtkglobals.h \
+ gtkvumeter.h \
+ gui_stat_util.h \
+ gui_prefs.h \
+ gui_utils.h \
+ help_dlg.h \
+ hostlist_table.h \
+ isprint.h \
+ keys.h \
+ layout_prefs.h \
+ macros_dlg.h \
+ main.h \
+ main_menu.h \
+ main_statusbar.h \
+ main_toolbar.h \
+ main_welcome.h \
+ mtp3_stat.h \
+ nameres_prefs.h \
+ packet_history.h \
+ packet_list.h \
+ packet_win.h \
+ pixmap_save.h \
+ plugins_dlg.h \
+ prefs_dlg.h \
+ print_prefs.h \
+ profile_dlg.h \
+ proto_dlg.h \
+ proto_draw.h \
+ proto_hier_stats_dlg.h \
+ range_utils.h \
+ recent.h \
+ rtp_analysis.h \
+ rtp_player.h \
+ rtp_player_prefs.h \
+ rtp_stream.h \
+ rtp_stream_dlg.h \
+ mcast_stream.h \
+ mcast_stream_dlg.h \
+ sat.h \
+ sctp_stat.h \
+ service_response_time_table.h \
+ gui_stat_menu.h \
+ stock_icons.h \
+ stream_prefs.h \
+ summary_dlg.h \
+ supported_protos_dlg.h \
+ text_page.h \
+ u3.h \
+ uat_gui.h \
+ voip_calls.h \
+ voip_calls_dlg.h \
+ webbrowser.h
+
+EXTRA_DIST = \
+ airpcap_dlg.c \
+ airpcap_gui_utils.c \
+ capture_if_details_dlg.c \
+ doxygen.cfg.in \
+ Makefile.common \
+ Makefile.nmake \
+ print_mswin.c \
+ print_mswin.h \
+ win32-file-dlg.c \
+ win32-file-dlg.h
+