aboutsummaryrefslogtreecommitdiffstats
path: root/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 /Makefile.common
parent0a1de06a249a376ecad78bb54bf200554ec427b0 (diff)
Move the stats.[ch] stuff into epan, so plugins can use it.
svn path=/trunk/; revision=15429
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index bc4db2cf03..cf43eb6d3a 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -82,7 +82,6 @@ ETHEREAL_COMMON_SRC = \
print.c \
ps.c \
ringbuffer.c \
- stat.c \
timestats.c \
util.c \
version_info.c
@@ -107,7 +106,6 @@ ETHEREAL_COMMON_INCLUDES = \
ps.h \
register.h \
ringbuffer.h \
- stat.h \
timestats.h \
util.h \
version_info.h