aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'epan/Makefile.common')
-rw-r--r--epan/Makefile.common18
1 files changed, 6 insertions, 12 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 63c35ad076..9ef81117ba 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -40,12 +40,9 @@ LIBWIRESHARK_SRC = \
column.c \
column-utils.c \
conversation.c \
- crc10.c \
- crc16.c \
- crc32.c \
- crc6.c \
- crc8.c \
- crcdrm.c \
+ crc16-tvb.c \
+ crc32-tvb.c \
+ crc8-tvb.c \
dissector_filters.c \
emem.c \
epan.c \
@@ -150,12 +147,9 @@ LIBWIRESHARK_INCLUDES = \
column_info.h \
column-utils.h \
conversation.h \
- crc6.h \
- crc8.h \
- crc10.h \
- crc16.h \
- crc32.h \
- crcdrm.h \
+ crc16-tvb.h \
+ crc32-tvb.h \
+ crc8-tvb.h \
diam_dict.h \
dissector_filters.h \
dtd.h \