aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-22 20:31:44 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-22 20:31:44 +0000
commitcfdb7ee9c6216a45f1d8a6036dd1ca4dd8e7259c (patch)
tree7e4202d88f767622cb01cf48fd82058d7be6f222 /gtk/Makefile.common
parentcd85423556fcc9bc588f509e8157ddf9732f4e55 (diff)
downloadwireshark-cfdb7ee9c6216a45f1d8a6036dd1ca4dd8e7259c.tar.gz
wireshark-cfdb7ee9c6216a45f1d8a6036dd1ca4dd8e7259c.tar.bz2
wireshark-cfdb7ee9c6216a45f1d8a6036dd1ca4dd8e7259c.zip
Move the list of headers to "Makefile.am" (it's not used by
"Makefile.nmake"), and rename it to "noinst_HEADERS", as that's what automake requires. svn path=/trunk/; revision=9780
Diffstat (limited to 'gtk/Makefile.common')
-rw-r--r--gtk/Makefile.common49
1 files changed, 0 insertions, 49 deletions
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index d9025e9346..b3919706f1 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -105,52 +105,3 @@ ETHEREAL_TAP_SRC = \
rtp_analysis.c \
rtp_stream_dlg.c \
wsp_stat.c
-
-
-noinst_GTK_HEADERS = \
- capture_combo_utils.h \
- capture_dlg.h \
- capture_prefs.h \
- color_dlg.h \
- color_filters.h \
- color_utils.h \
- colors.h \
- column_prefs.h \
- compat_macros.h \
- decode_as_dlg.h \
- dfilter_expr_dlg.h \
- dlg_utils.h \
- endpoint_talkers_table.h \
- file_dlg.h \
- filter_prefs.h \
- follow_dlg.h \
- find_dlg.h \
- gtkglobals.h \
- goto_dlg.h \
- gtk_stat_util.h \
- gui_prefs.h \
- help_dlg.h \
- keys.h \
- main.h \
- menu.h \
- nameres_prefs.h \
- packet_list.h \
- packet_win.h \
- prefs_dlg.h \
- print_prefs.h \
- proto_dlg.h \
- proto_draw.h \
- proto_hier_stats_dlg.h \
- recent.h \
- rtp_analysis.h \
- rtp_stream.h \
- rtp_stream_dlg.h \
- service_response_time_table.h \
- stream_prefs.h \
- summary_dlg.h \
- supported_protos_dlg.h \
- tap_dfilter_dlg.h \
- tcp_graph.h \
- toolbar.h \
- ui_util.h
-