From: Sebastien Buisson Date: Fri, 7 Apr 2023 21:51:03 +0000 (-0700) Subject: LU-16676 build: always include llcrypt sources X-Git-Tag: 2.15.3-RC1~22 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=refs%2Fchanges%2F80%2F50580%2F2;p=fs%2Flustre-release.git 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. Lustre-change: https://review.whamcloud.com/50446 Lustre-commit: 869dae0f37ce0f6999b1a6348c8e594b53ba56d9 Test-Parameters: trivial Signed-off-by: Sebastien Buisson Change-Id: I726d7deb27687bffebce55f6c09d578e6290aac7 Reviewed-by: Andreas Dilger Reviewed-by: Jian Yu Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/50580 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Oleg Drokin --- 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