Link reencryption utility to uuid library.

(Fixes last patch.)
This commit is contained in:
Milan Broz
2016-04-19 10:22:26 +02:00
parent b5365ba13d
commit 1000b40a3a

View File

@@ -78,7 +78,8 @@ cryptsetup_reencrypt_SOURCES = \
cryptsetup_reencrypt.c \
cryptsetup.h
cryptsetup_reencrypt_LDADD = $(cryptsetup_LDADD)
cryptsetup_reencrypt_LDADD = $(cryptsetup_LDADD) \
@UUID_LIBS@
cryptsetup_reencrypt_CFLAGS = $(cryptsetup_CFLAGS)
sbin_PROGRAMS += cryptsetup-reencrypt