rename packet_list to main_packet_list
[obnox/wireshark/wip.git] / gtk / Makefile.common
index 260e4ea9a8ddf899123d5348085619bcac11e025..38cda12fc4403709481483687bea75f232092c9e 100644 (file)
@@ -34,10 +34,6 @@ GENERATED_C_FILES = \
 # All the generated files we want in the distribution.
 GENERATED_FILES = $(GENERATED_HEADER_FILES) $(GENERATED_C_FILES)
 
-#
-# ethclist.obj is not in here because it is currently gtk+-1.2-only
-# code, while the DLL for GTK+ on Windows is gtk+-1.3 or gtk+-2.x.
-#
 WIRESHARK_GTK_SRC = \
        about_dlg.c     \
        airpcap_dlg.c \
@@ -63,39 +59,51 @@ WIRESHARK_GTK_SRC = \
        drag_and_drop.c         \
        wireshark-tap-register.c        \
        expert_comp_table.c    \
+       export_object.c        \
+       export_object_http.c   \
        file_dlg.c      \
        fileset_dlg.c   \
        filter_dlg.c    \
        find_dlg.c      \
        firewall_dlg.c  \
-       follow_dlg.c    \
+       follow_ssl.c    \
+       follow_stream.c \
+       follow_tcp.c    \
+       follow_udp.c    \
        font_utils.c    \
        goto_dlg.c      \
        graph_analysis.c \
-       gtkvumeter.c \
+       gtkvumeter.c    \
        gui_stat_util.c \
        gui_prefs.c     \
-       gui_utils.c \
+       gui_utils.c     \
        help_dlg.c      \
        hostlist_table.c \
        layout_prefs.c  \
-       main.c  \
-       menu.c  \
+       macros_dlg.c    \
+       main.c          \
+       main_menu.c             \
+       main_packet_list.c      \
+       main_statusbar.c                \
+       main_toolbar.c  \
+       main_welcome.c          \
        nameres_prefs.c \
        packet_history.c        \
-       packet_list.c   \
        packet_win.c    \
+       pixmap_save.c   \
        plugins_dlg.c   \
        prefs_dlg.c     \
        print_dlg.c     \
        print_prefs.c   \
+       profile_dlg.c   \
        progress_dlg.c  \
        proto_dlg.c     \
        proto_draw.c    \
        proto_hier_stats_dlg.c  \
-       range_utils.c \
+       range_utils.c   \
        recent.c        \
        rtp_player.c    \
+       rtp_player_prefs.c      \
        rtp_stream.c    \
        mcast_stream.c  \
        sctp_stat.c     \
@@ -104,17 +112,18 @@ WIRESHARK_GTK_SRC = \
        sctp_error_dlg.c        \
        service_response_time_table.c   \
        simple_dialog.c \
-       ssl-dlg.c       \
+       stock_icons.c   \
        stream_prefs.c  \
        summary_dlg.c   \
        supported_protos_dlg.c  \
        tap_dfilter_dlg.c       \
        text_page.c     \
-       toolbar.c       \
-       u3.c \
-       voip_calls.c \
+       u3.c            \
+       uat_gui.c       \
+       voip_calls.c    \
        webbrowser.c
 
+about_dlg.c: ../image/wssplash.xpm
 
 WIRESHARK_TAP_SRC = \
        afp_stat.c      \
@@ -129,13 +138,14 @@ WIRESHARK_TAP_SRC = \
        conversations_ip.c      \
        conversations_ipx.c     \
        conversations_jxta.c            \
+       conversations_ncp.c     \
+       conversations_rsvp.c    \
        conversations_sctp.c    \
        conversations_tcpip.c   \
        conversations_tr.c      \
        conversations_udpip.c   \
+       conversations_usb.c     \
        conversations_wlan.c    \
-       conversations_ncp.c     \
-       conversations_rsvp.c    \
        dcerpc_stat.c   \
        expert_comp_dlg.c     \
        expert_dlg.c    \
@@ -147,18 +157,20 @@ WIRESHARK_TAP_SRC = \
        gsm_map_summary.c       \
        h225_counter.c  \
        h225_ras_srt.c  \
-       hostlist_eth.c \
-       hostlist_fc.c \
+       hostlist_eth.c  \
+       hostlist_fc.c   \
        hostlist_fddi.c \
-       hostlist_ip.c \
-       hostlist_ipx.c \
+       hostlist_ip.c   \
+       hostlist_ipx.c  \
        hostlist_jxta.c \
-        hostlist_ncp.c \
+       hostlist_ncp.c  \
+       hostlist_rsvp.c \
+       hostlist_sctp.c \
        hostlist_tcpip.c \
-       hostlist_tr.c \
+       hostlist_tr.c   \
        hostlist_udpip.c \
+       hostlist_usb.c \
        hostlist_wlan.c \
-       hostlist_rsvp.c \
        io_stat.c       \
        ldap_stat.c     \
        mgcp_stat.c     \
@@ -183,4 +195,107 @@ WIRESHARK_TAP_SRC = \
        t38_analysis.c  \
        tcp_graph.c     \
        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_packet_list.h      \
+       main_statusbar.h                \
+       main_toolbar.h  \
+       main_welcome.h          \
+       mtp3_stat.h     \
+       nameres_prefs.h \
+       packet_history.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
+