From Weston Schmidt via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8689:
[metze/wireshark/wip.git] / Makefile.common
index 8e79054edcc13096f49c37c6ed76ae69034da29c..3553ab9d3ed7f32bc7399920b04302b6dcd06e72 100644 (file)
@@ -71,7 +71,6 @@ WIRESHARK_COMMON_INCLUDES =   \
        cfutils.h               \
        clopts_common.h         \
        cmdarg_err.h            \
-       console_io.h            \
        color.h                 \
        disabled_protos.h       \
        file.h                  \
@@ -86,7 +85,8 @@ WIRESHARK_COMMON_INCLUDES =   \
        timestats.h             \
        tap-megaco-common.h     \
        tap-rtp-common.h        \
-       version_info.h
+       version_info.h          \
+       ws_symbol_export.h
 
 # sources common for wireshark and tshark, but not rawshark;
 # these are for programs that capture traffic by running dumpcap
@@ -108,14 +108,14 @@ wireshark_SOURCES =       \
        airpcap_loader.c \
        capture.c       \
        capture_info.c  \
-       capture_opts.c \
+       capture_opts.c  \
        color_filters.c \
-       file.c  \
+       file.c          \
        fileset.c       \
        filters.c       \
-       g711.c \
+       g711.c          \
        iface_monitor.c \
-       merge.c \
+       merge.c         \
        proto_hier_stats.c      \
        summary.c       \
        tempfile.c      \
@@ -131,11 +131,11 @@ wireshark_INCLUDES =      \
        capture_opts.h  \
        color_filters.h \
        filters.h       \
-       g711.h  \
+       g711.h          \
        globals.h       \
        iface_monitor.h \
-       log.h   \
-       merge.h \
+       log.h           \
+       merge.h         \
        proto_hier_stats.h      \
        stat_menu.h     \
        summary.h       \
@@ -200,7 +200,7 @@ randpkt_SOURCES = \
 # dumpcap specifics
 dumpcap_SOURCES =      \
        $(PLATFORM_SRC) \
-       capture_opts.c \
+       capture_opts.c  \
        capture-pcap-util.c     \
        capture_stop_conditions.c       \
        cfutils.c       \