summaryrefslogtreecommitdiff
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-10-24 22:52:30 +0000
committerGerald Combs <gerald@wireshark.org>2013-10-24 22:52:30 +0000
commit1a4033b63b1efa75b3d914b9f4d280e8159f0d09 (patch)
tree449d60be59e32bd3572ac78ecbfb0be8ea6bda7b /ui/Makefile.common
parent39fd5f29af411e2bb28d6275188a3692f4b65879 (diff)
downloadwireshark-1a4033b63b1efa75b3d914b9f4d280e8159f0d09.tar.gz
Initial and woefully incomplete flow graph support.
Copy common code from ui/gtk/flow_graph.c and ui/gtk/graph_analysis.[ch] to ui/tap-sequence-analysis.[ch]. Start using the name "sequence" in places. svn path=/trunk/; revision=52824
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 fc4ceb8825..93eb221065 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -60,6 +60,7 @@ WIRESHARK_UI_SRC = \
ssl_key_export.c \
tap-megaco-common.c \
tap-rtp-common.c \
+ tap-sequence-analysis.c \
tap-tcp-stream.c \
text_import.c \
time_shift.c \
@@ -86,6 +87,7 @@ noinst_HEADERS = \
ssl_key_export.h \
tap-megaco-common.h \
tap-rtp-common.h \
+ tap-sequence-analysis.h \
tap-tcp-stream.h \
text_import.h \
text_import_scanner.h \