aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common14
1 files changed, 14 insertions, 0 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index cbe90655ac..9f50c297bf 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -29,6 +29,13 @@
# generated from YACC or Lex files (as Automake doesn't want them in
# _SOURCES variables).
LIBWSUTIL_SRC = \
+ crc10.c \
+ crc16.c \
+ crc16-plain.c \
+ crc32.c \
+ crc6.c \
+ crc8.c \
+ crcdrm.c \
mpeg-audio.c \
privileges.c \
str_util.c \
@@ -36,6 +43,13 @@ LIBWSUTIL_SRC = \
# Header files that are not generated from other files
LIBWSUTIL_INCLUDES = \
+ crc6.h \
+ crc8.h \
+ crc10.h \
+ crc16.h \
+ crc16-plain.h \
+ crc32.h \
+ crcdrm.h \
mpeg-audio.h \
privileges.h \
str_util.h \