aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
Diffstat (limited to 'epan')
-rw-r--r--epan/Makefile.common4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/Makefile.common b/epan/Makefile.common
index 3f9e80fd7c..6f49d52172 100644
--- a/epan/Makefile.common
+++ b/epan/Makefile.common
@@ -38,8 +38,10 @@ LIBWIRESHARK_SRC = \
column.c \
column-utils.c \
conversation.c \
+ crc10.c \
crc16.c \
crc32.c \
+ crc6.c \
crcdrm.c \
emem.c \
epan.c \
@@ -144,6 +146,8 @@ LIBWIRESHARK_INCLUDES = \
column_info.h \
column-utils.h \
conversation.h \
+ crc6.h \
+ crc16.h \
crc16.h \
crc32.h \
crcdrm.h \