aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2005-02-25 04:02:00 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2005-02-25 04:02:00 +0000
commit51913513e2e3e241265421d3af46072fa77f70b1 (patch)
tree3bc76d8dd639d78a32e7ecde81f09f2c4b0d14a3
parentca67abe52456fe85443345e722fd77c6130a0299 (diff)
Get stats_tree compiled
svn path=/trunk/; revision=13507
-rw-r--r--Makefile.common1
-rw-r--r--epan/Makefile.common3
-rw-r--r--gtk/Makefile.common1
3 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common
index a5b8964909..aca585176e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -128,6 +128,7 @@ TETHEREAL_TAP_SRC = \
tap-sipstat.c \
tap-smbsids.c \
tap-smbstat.c \
+ tap-stats_tree.c \
tap-wspstat.c
# helpers alraedy available on some platforms (and on others not)
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 3f3b79c4a4..d42121dc18 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -66,6 +66,7 @@ LIBETHEREAL_SRC = \
sigcomp-udvm.c \
sminmpec.c \
sna-utils.c \
+ stats_tree.c \
strutil.c \
t35.c \
tap.c \
@@ -132,6 +133,8 @@ LIBETHEREAL_INCLUDES = \
slab.h \
sminmpec.h \
sna-utils.h \
+ stats_tree.h \
+ stats_tree_priv.h \
strutil.h \
t35.h \
tap.h \
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index 23ece7e268..ec6c35d7d0 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -142,6 +142,7 @@ ETHEREAL_TAP_SRC = \
rpc_stat.c \
rtp_analysis.c \
rtp_stream_dlg.c \
+ stats_tree_stat.c \
sctp_assoc_analyse.c \
sctp_stat_dlg.c \
sip_stat.c \