aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-10-27 23:00:54 +0100
committerMichael Mann <mmann78@netscape.net>2015-02-08 22:22:33 +0000
commit0310132a82f2642ba0dd995e12aeebad665f2e7c (patch)
tree58e277e00c464ffe1848f5d6cf3e30e1421cb98d /ui/Makefile.common
parentd7ee0952d1a7e79e0b54483572f446f86aef4a57 (diff)
Multicast Stream: Move mcast_stream.[ch] to ui
Preparation to add Multicast Stream Dialog on Qt (Add extern C...) Change-Id: Ic8bc39a18dba607d6da116df799de7847ce8e4c8 Reviewed-on: https://code.wireshark.org/review/6984 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r--ui/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index 843ddd875f..f9ecdd3304 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -58,6 +58,7 @@ WIRESHARK_UI_SRC = \
io_graph_item.c \
language.c \
help_url.c \
+ mcast_stream.c \
packet_list_utils.c \
persfilepath_opt.c \
preference_utils.c \
@@ -96,6 +97,7 @@ noinst_HEADERS = \
iface_lists.h \
io_graph_item.h \
language.h \
+ mcast_stream.h \
main_statusbar.h \
persfilepath_opt.h \
preference_utils.h \