aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-11-03 20:58:29 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-11-03 20:58:29 +0000
commitdb6f524164db35537602b93eaca5bf879c79bf32 (patch)
treefd177446af8d5d308801748a992ad7f821ea1d77 /wsutil/Makefile.common
parent91eab9d73763f443554ef9a99bce6c5da9aa9294 (diff)
From Roland Knall via bug 6539:
Implementing generic CRC8 and CRC16 functions for openSAFETY in wsutil. svn path=/trunk/; revision=39726
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 9cef17eac7..ed5e7c29b9 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -35,6 +35,7 @@ LIBWSUTIL_SRC = \
crc16-plain.c \
crc32.c \
crc6.c \
+ crc8.c \
crcdrm.c \
mpeg-audio.c \
privileges.c \
@@ -48,6 +49,7 @@ LIBWSUTIL_INCLUDES = \
crc16.h \
crc16-plain.h \
crc32.h \
+ crc8.h \
crcdrm.h \
mpeg-audio.h \
privileges.h \