From 869dae0f37ce0f6999b1a6348c8e594b53ba56d9 Mon Sep 17 00:00:00 2001 From: Sebastien Buisson Date: Tue, 28 Mar 2023 09:50:35 +0200 Subject: [PATCH] LU-16676 build: always include llcrypt sources llcrypt sources should always be included in source packages. Binary build will decide whether to include llcrypt in the build objects or not. Test-Parameters: trivial Signed-off-by: Sebastien Buisson Change-Id: I726d7deb27687bffebce55f6c09d578e6290aac7 Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50446 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Jian Yu Reviewed-by: Oleg Drokin --- libcfs/libcfs/crypto/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/libcfs/libcfs/crypto/Makefile.am b/libcfs/libcfs/crypto/Makefile.am index 45b0829..c0a8b09 100644 --- a/libcfs/libcfs/crypto/Makefile.am +++ b/libcfs/libcfs/crypto/Makefile.am @@ -1,4 +1,2 @@ -if LLCRYPT EXTRA_DIST = crypto.c fname.c hkdf.c hooks.c keyring.c \ keysetup.c keysetup_v1.c policy.c llcrypt_private.h -endif -- 1.8.3.1