aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-08-30 13:46:42 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-08-30 13:46:42 +0000
commit4132d40e50c576ae6cf9e03e4f552ea091035626 (patch)
tree4b1f8343011ca58ba5cd44782166f029cc7e3a8b /epan/Makefile.common
parentbb67b92a14c502e2c9841863dbbef869818f3e58 (diff)
Move all crc routines to libwsutil.
This way we can use the crc routines in wiretap. svn path=/trunk/; revision=38800
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common12
1 files changed, 0 insertions, 12 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 63c35ad076..38fa399ebd 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -40,12 +40,6 @@ LIBWIRESHARK_SRC = \
column.c \
column-utils.c \
conversation.c \
- crc10.c \
- crc16.c \
- crc32.c \
- crc6.c \
- crc8.c \
- crcdrm.c \
dissector_filters.c \
emem.c \
epan.c \
@@ -150,12 +144,6 @@ LIBWIRESHARK_INCLUDES = \
column_info.h \
column-utils.h \
conversation.h \
- crc6.h \
- crc8.h \
- crc10.h \
- crc16.h \
- crc32.h \
- crcdrm.h \
diam_dict.h \
dissector_filters.h \
dtd.h \