aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/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 /wsutil/Makefile.common
parentebb63d8a7f18802d4fd7aec469fddcd3afed1de0 (diff)
Revert r38800, as the crc routines contains some tvb functions.
svn path=/trunk/; revision=38803
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common14
1 files changed, 0 insertions, 14 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 9f50c297bf..cbe90655ac 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -29,13 +29,6 @@
# 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 \
@@ -43,13 +36,6 @@ 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 \