From c18011259423f5d1cea7dfa67093c888c4882c1e Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Sat, 14 Jan 2017 12:19:01 +0100 Subject: lib: Move CRC32 implementation to library The CRC32 implementation will be used to ID objects in the RIB. --- src/ipcpd/normal/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ipcpd/normal/CMakeLists.txt') diff --git a/src/ipcpd/normal/CMakeLists.txt b/src/ipcpd/normal/CMakeLists.txt index 157baa9e..bae2f69a 100644 --- a/src/ipcpd/normal/CMakeLists.txt +++ b/src/ipcpd/normal/CMakeLists.txt @@ -25,7 +25,6 @@ protobuf_generate_c(RO_SRCS RO_HDRS ro.proto) set(SOURCE_FILES # Add source files here addr_auth.c - crc32.c dir.c fmgr.c frct.c -- cgit v1.2.3