aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-08-19 10:00:14 +0000
committerGuy Harris <guy@alum.mit.edu>2005-08-19 10:00:14 +0000
commit4ddd504bb4bdcdf0b3d7e9a462046adfa9c6bab3 (patch)
tree53684689f35f4425842dc7e9424ed865176114a7 /epan/Makefile.common
parent0a1de06a249a376ecad78bb54bf200554ec427b0 (diff)
Move the stats.[ch] stuff into epan, so plugins can use it.
svn path=/trunk/; revision=15429
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index d76615b66d..99578cb212 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -69,6 +69,7 @@ LIBETHEREAL_SRC = \
sigcomp-udvm.c \
sminmpec.c \
sna-utils.c \
+ stat.c \
stats_tree.c \
strutil.c \
t35.c \
@@ -136,6 +137,7 @@ LIBETHEREAL_INCLUDES = \
slab.h \
sminmpec.h \
sna-utils.h \
+ stat.h \
stats_tree.h \
stats_tree_priv.h \
strutil.h \