aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-08-30 14:17:40 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-08-30 14:17:40 +0000
commit71f903b956ff151f553b791bb43a52959a8be983 (patch)
treef39d52e05bd3785b6e26c6bda1d4d89f4f4e48cb /epan/Makefile.common
parentebb63d8a7f18802d4fd7aec469fddcd3afed1de0 (diff)
Revert r38800, as the crc routines contains some tvb functions.
svn path=/trunk/; revision=38803
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common12
1 files changed, 12 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 38fa399ebd..63c35ad076 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -40,6 +40,12 @@ 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 \
@@ -144,6 +150,12 @@ 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 \