summaryrefslogtreecommitdiff
path: root/plugins/stats_tree/Makefile.am
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-02-28 22:32:16 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-02-28 22:32:16 +0000
commit47cd961ac6b1adfd93f7480103f353352a9f85b6 (patch)
tree5a95eaa3dbeb5fa3f42099b525f37a5ae1b02067 /plugins/stats_tree/Makefile.am
parentd018dcf6635c40c60894524343411d3d42ac62e8 (diff)
downloadwireshark-47cd961ac6b1adfd93f7480103f353352a9f85b6.tar.gz
add the http_stats_tree,
a replacement for the current http tap listeners and a tree for requested hosts/uris svn path=/trunk/; revision=13556
Diffstat (limited to 'plugins/stats_tree/Makefile.am')
-rw-r--r--plugins/stats_tree/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/stats_tree/Makefile.am b/plugins/stats_tree/Makefile.am
index 93302ee14a..59dbc8ed8e 100644
--- a/plugins/stats_tree/Makefile.am
+++ b/plugins/stats_tree/Makefile.am
@@ -27,7 +27,7 @@ INCLUDES = -I$(top_srcdir)
plugindir = @plugindir@
plugin_LTLIBRARIES = stats_tree.la
-stats_tree_la_SOURCES = pinfo_stats_tree.c stats_tree_plugin.c
+stats_tree_la_SOURCES = pinfo_stats_tree.c http_stats_tree.c stats_tree_plugin.c
stats_tree_la_LDFLAGS = -module -avoid-version
stats_tree_la_LIBADD = @PLUGIN_LIBS@