diff options
author | Luis Ontanon <luis.ontanon@gmail.com> | 2005-02-25 04:02:00 +0000 |
---|---|---|
committer | Luis Ontanon <luis.ontanon@gmail.com> | 2005-02-25 04:02:00 +0000 |
commit | 51913513e2e3e241265421d3af46072fa77f70b1 (patch) | |
tree | 3bc76d8dd639d78a32e7ecde81f09f2c4b0d14a3 /epan/Makefile.common | |
parent | ca67abe52456fe85443345e722fd77c6130a0299 (diff) | |
download | wireshark-51913513e2e3e241265421d3af46072fa77f70b1.tar.gz wireshark-51913513e2e3e241265421d3af46072fa77f70b1.tar.bz2 wireshark-51913513e2e3e241265421d3af46072fa77f70b1.zip |
Get stats_tree compiled
svn path=/trunk/; revision=13507
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r-- | epan/Makefile.common | 3 |
1 files changed, 3 insertions, 0 deletions
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 \ |