From 2803639e370a77e043e4a724b093862bbb4acfd0 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. Lustre-change: https://review.whamcloud.com/50446 Lustre-commit: TBD (ec8866ef1b022f719bddd318016df59aceab37ee) Test-Parameters: trivial Signed-off-by: Sebastien Buisson Change-Id: I726d7deb27687bffebce55f6c09d578e6290aac7 Reviewed-on: https://review.whamcloud.com/c/ex/lustre-release/+/50453 Reviewed-by: Jian Yu Reviewed-by: Andreas Dilger Tested-by: jenkins Tested-by: Maloo --- 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 2eaeb83..723768c 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 bio.c llcrypt_private.h -endif -- 1.8.3.1