aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-31 17:47:36 +0000
committerrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2008-12-31 17:47:36 +0000
commit6b5c6d5bdef8991fbe7c4ce30032d79abafb736c (patch)
treee7635763be0c96dbad8b8cfc7630d26c21758a14 /Makefile.common
parent4d1cf87e993a6f17b524d7f5ebf0cda6d856ba52 (diff)
Service response time statistics for MEGACO (CLI part).
Refactored GUI part to avoid code duplication. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27143 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index 58b4cb1b3c..0427482819 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -59,6 +59,7 @@ WIRESHARK_COMMON_SRC = \
sync_pipe_write.c \
timestats.c \
util.c \
+ tap-megaco-common.c \
tap-rtp-common.c \
version_info.c
@@ -103,6 +104,7 @@ TSHARK_TAP_SRC = \
tap-iostat.c \
tap-iousers.c \
tap-mgcpstat.c \
+ tap-megacostat.c \
tap-protocolinfo.c \
tap-protohierstat.c \
tap-radiusstat.c \