Add ServiceResponseTimeDialog.
[metze/wireshark/wip.git] / ui / Makefile.common
index 8813ad9f6937875cc99e20a710a5432673fec917..3f215d112d2b209c019f21dffb669323bf751e77 100644 (file)
@@ -3,8 +3,6 @@
 #     a) common to both files and
 #     b) portable between both files
 #
-# $Id$
-#
 # Wireshark - Network traffic analyzer
 # By Gerald Combs <gerald@wireshark.org>
 # Copyright 1998 Gerald Combs
@@ -45,56 +43,76 @@ GENERATOR_FILES = \
 
 WIRESHARK_UI_SRC = \
        alert_box.c             \
+       capture.c               \
+       capture_ui_utils.c      \
+       console.c               \
        decode_as_utils.c       \
        export_object.c         \
        export_object_dicom.c   \
        export_object_http.c    \
        export_object_smb.c     \
+       export_object_tftp.c    \
+       filters.c               \
        follow.c                \
        iface_lists.c           \
+       io_graph_item.c         \
+       language.c              \
        help_url.c              \
+       mcast_stream.c          \
        packet_list_utils.c     \
        persfilepath_opt.c      \
        preference_utils.c      \
        profile.c               \
+       proto_hier_stats.c      \
        recent.c                \
+       rtp_stream.c            \
+       service_response_time.c \
        software_update.c       \
        ssl_key_export.c        \
        tap_export_pdu.c        \
-       tap-megaco-common.c     \
        tap-rtp-common.c        \
        tap-sctp-analysis.c \
        tap-sequence-analysis.c \
        tap-tcp-stream.c        \
        text_import.c           \
        time_shift.c            \
-       util.c
+       traffic_table_ui.c      \
+       util.c                  \
+       voip_calls.c
 
 noinst_HEADERS = \
        alert_box.h             \
+       capture.h               \
        capture_globals.h       \
+       capture_ui_utils.h      \
+       console.h               \
        decode_as_utils.h       \
        export_object.h         \
        last_open_dir.h         \
        file_dialog.h           \
+       filters.h               \
        follow.h                \
        help_url.h              \
        packet_list_utils.h     \
        iface_lists.h           \
+       io_graph_item.h         \
+       language.h              \
+       mcast_stream.h          \
        main_statusbar.h        \
        persfilepath_opt.h      \
        preference_utils.h      \
        profile.h               \
        progress_dlg.h          \
+       proto_hier_stats.h      \
        recent.h                \
        recent_utils.h          \
        rtp_analysis.h          \
        rtp_stream.h            \
+       service_response_time.h \
        simple_dialog.h         \
        software_update.h       \
        ssl_key_export.h        \
        tap_export_pdu.h        \
-       tap-megaco-common.h     \
        tap-rtp-common.h        \
        tap-sctp-analysis.h  \
        tap-sequence-analysis.h \
@@ -102,6 +120,8 @@ noinst_HEADERS = \
        text_import.h           \
        text_import_scanner.h   \
        time_shift.h            \
+       traffic_table_ui.h      \
        ui_util.h               \
        utf8_entities.h         \
-       util.h
+       util.h                  \
+       voip_calls.h