summaryrefslogtreecommitdiff
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2015-10-10 15:53:45 -0700
committerPascal Quantin <pascal.quantin@gmail.com>2015-10-13 05:53:48 +0000
commit50f43c8101aa572ef2b361ba7e660c9688608c58 (patch)
tree75df14998fb8dc85b3a912f5650eec87428c7c79 /ui/Makefile.common
parenta4cb2dcd0860eb2bb34c1d6a3813d6bcfeb710e9 (diff)
downloadwireshark-50f43c8101aa572ef2b361ba7e660c9688608c58.tar.gz
LTE RLC graphs - initial version
Change-Id: Ic5f2c353ae1f787ac19cb575a938cb093ff5f6dc Reviewed-on: https://code.wireshark.org/review/10930 Petri-Dish: Martin Mathieson <martin.r.mathieson@googlemail.com> Reviewed-by: Martin Mathieson <martin.r.mathieson@googlemail.com> (cherry picked from commit 3221dbf542217cea5acd9ec764cf4779edaf65e8) Reviewed-on: https://code.wireshark.org/review/10958
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 2e24319d42..fd17475a36 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -72,6 +72,7 @@ WIRESHARK_UI_SRC = \
ssl_key_export.c \
tap_export_pdu.c \
tap-iax2-analysis.c \
+ tap-rlc-graph.c \
tap-rtp-common.c \
tap-sctp-analysis.c \
tap-sequence-analysis.c \
@@ -116,6 +117,7 @@ noinst_HEADERS = \
ssl_key_export.h \
tap_export_pdu.h \
tap-iax2-analysis.h \
+ tap-rlc-graph.h \
tap-rtp-analysis.h \
tap-rtp-common.h \
tap-sctp-analysis.h \