summaryrefslogtreecommitdiffstats
path: root/lib/Makemodule.am
diff options
context:
space:
mode:
authorKarel Zak2013-09-11 14:37:22 +0200
committerKarel Zak2013-09-11 16:40:06 +0200
commitdb2a3dda748cbf06c1129cbb24a003a703c2fa85 (patch)
tree12294d09f98f3474b7dd779882e1e3925bce93e4 /lib/Makemodule.am
parentwipefs: Also wipe superblocks with bad checksums (diff)
downloadkernel-qcow2-util-linux-db2a3dda748cbf06c1129cbb24a003a703c2fa85.tar.gz
kernel-qcow2-util-linux-db2a3dda748cbf06c1129cbb24a003a703c2fa85.tar.xz
kernel-qcow2-util-linux-db2a3dda748cbf06c1129cbb24a003a703c2fa85.zip
lib: add crc64()
Based on bcache code from Rolf Fokkens. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'lib/Makemodule.am')
-rw-r--r--lib/Makemodule.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makemodule.am b/lib/Makemodule.am
index fee9444e8..6a4787f1f 100644
--- a/lib/Makemodule.am
+++ b/lib/Makemodule.am
@@ -7,6 +7,7 @@ libcommon_la_SOURCES = \
lib/canonicalize.c \
lib/colors.c \
lib/crc32.c \
+ lib/crc64.c \
lib/env.c \
lib/fileutils.c \
lib/ismounted.c \