Add main_menubar.c
[obnox/wireshark/wip.git] / Makefile.common
index bb4f4b6007d4fd8332e04c0af9d64c49cacbecef..cf24b77b0e85053b87f16c5c3aedda4975444fa2 100644 (file)
@@ -51,6 +51,7 @@ WIRESHARK_COMMON_SRC =        \
        cfile.c \
        clopts_common.c \
        disabled_protos.c       \
+       frame_data_sequence.c   \
        packet-range.c  \
        print.c \
        ps.c    \
@@ -74,6 +75,7 @@ WIRESHARK_COMMON_INCLUDES =   \
        disabled_protos.h       \
        file.h  \
        fileset.h       \
+       frame_data_sequence.h   \
        isprint.h       \
        packet-range.h  \
        print.h \
@@ -113,22 +115,30 @@ TSHARK_TAP_SRC =  \
        tap-gsm_astat.c \
        tap-h225counter.c       \
        tap-h225rassrt.c        \
+       tap-hosts.c     \
        tap-httpstat.c  \
+       tap-icmpstat.c  \
+       tap-icmpv6stat.c        \
        tap-iostat.c    \
        tap-iousers.c   \
+       tap-macltestat.c        \
        tap-mgcpstat.c  \
        tap-megacostat.c        \
        tap-protocolinfo.c      \
        tap-protohierstat.c     \
        tap-radiusstat.c        \
+       tap-rlcltestat.c        \
        tap-rpcstat.c   \
        tap-rpcprogs.c  \
        tap-rtp.c       \
+       tap-rtspstat.c  \
+       tap-scsistat.c  \
        tap-sctpchunkstat.c     \
        tap-sipstat.c \
        tap-smbsids.c   \
        tap-smbstat.c   \
        tap-stats_tree.c        \
+       tap-sv.c \
        tap-wspstat.c
 
 # wireshark specifics
@@ -149,7 +159,8 @@ wireshark_SOURCES = \
        merge.c \
        proto_hier_stats.c      \
        summary.c       \
-       tempfile.c
+       tempfile.c      \
+       u3.c
 
 # corresponding headers
 wireshark_INCLUDES =   \
@@ -165,6 +176,7 @@ wireshark_INCLUDES =        \
        g711.h  \
        globals.h       \
        log.h   \
+       main_statusbar.h        \
        merge.h \
        progress_dlg.h  \
        proto_hier_stats.h      \
@@ -172,6 +184,7 @@ wireshark_INCLUDES =        \
        stat_menu.h     \
        summary.h       \
        sync_pipe.h     \
+       u3.h    \
        ui_util.h
 
 # tshark specifics