aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2014-11-17 16:43:39 -0800
committerGerald Combs <gerald@wireshark.org>2014-11-18 00:48:34 +0000
commit1dec509a8862706730fb0f8d41da4c3d7d1a3977 (patch)
treeb37f350bcd948477062737d6a696b969a1e7ead1 /ui/Makefile.common
parenta07f0817d7db615d035892e496b93c1debe33ca4 (diff)
voip_calls: Move to ui.
Move voip_calls.[ch] to ui. Add callbacks to voip_calls_tapinfo_t. Remove unused function definitions. Change-Id: Ib12db7053d53afa81ef2a66dc0cfe681bc624dd2 Reviewed-on: https://code.wireshark.org/review/5379 Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r--ui/Makefile.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index 1be7dc1c59..af77a1db0d 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -75,7 +75,8 @@ WIRESHARK_UI_SRC = \
text_import.c \
time_shift.c \
traffic_table_ui.c \
- util.c
+ util.c \
+ voip_calls.c
noinst_HEADERS = \
alert_box.h \
@@ -119,4 +120,5 @@ noinst_HEADERS = \
traffic_table_ui.h \
ui_util.h \
utf8_entities.h \
- util.h
+ util.h \
+ voip_calls.h