mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 06:50:12 +00:00
out-of-tree-build: extend configuration,
namely libafsdep-files and configure-libafs.ac so that building the kernel-module on linux in a separate obj-directory works. Change-Id: Ie1664aa161fade012df7d23367eb7876912448e3 Reviewed-on: http://gerrit.openafs.org/8012 Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Derrick Brashear <shadow@dementix.org>
This commit is contained in:
parent
3c489db558
commit
c2b1345849
@ -19,6 +19,7 @@ AC_OUTPUT( \
|
||||
Makefile \
|
||||
src/config/Makefile \
|
||||
src/config/Makefile.config \
|
||||
src/config/Makefile.lwp \
|
||||
src/config/Makefile.version-CML \
|
||||
src/config/Makefile.version-NOCML \
|
||||
src/libafs/Makefile.common \
|
||||
|
1
src/auth/libafsdep
Normal file
1
src/auth/libafsdep
Normal file
@ -0,0 +1 @@
|
||||
Ktoken.xdr.c
|
@ -1,5 +1,6 @@
|
||||
Makefile.in
|
||||
Makefile.config.in
|
||||
Makefile.lwp.in
|
||||
Makefile.version-CML.in
|
||||
Makefile.version-NOCML.in
|
||||
afsconfig.h.in
|
||||
|
11
src/crypto/hcrypto/kernel/libafsdep
Normal file
11
src/crypto/hcrypto/kernel/libafsdep
Normal file
@ -0,0 +1,11 @@
|
||||
stdio.h
|
||||
alloc.c
|
||||
stdlib.h
|
||||
string.h
|
||||
assert.h
|
||||
config.h
|
||||
roken.h
|
||||
krb5-types.h
|
||||
evp-algs.c
|
||||
rand.c
|
||||
evp-hcrypto.h
|
2
src/crypto/rfc3961/kernel/libafsdep
Normal file
2
src/crypto/rfc3961/kernel/libafsdep
Normal file
@ -0,0 +1,2 @@
|
||||
algs.c
|
||||
random.c
|
3
src/crypto/rfc3961/libafsdep
Normal file
3
src/crypto/rfc3961/libafsdep
Normal file
@ -0,0 +1,3 @@
|
||||
krb5_locl.h
|
||||
context.c
|
||||
copy.c
|
14
src/external/heimdal/hcrypto/libafsdep
vendored
Normal file
14
src/external/heimdal/hcrypto/libafsdep
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
md5.[ch]
|
||||
evp.[ch]
|
||||
aes.[ch]
|
||||
sha.[ch]
|
||||
evp-cc.h
|
||||
rijndael-alg-fst.[ch]
|
||||
hash.h
|
||||
crypto-aes.c
|
||||
crypto.c
|
||||
crypto-ct.c
|
||||
crypto-data.c
|
||||
crypto-evp.c
|
||||
crypto-keyblock.c
|
||||
crypto-store-int.c
|
7
src/external/heimdal/krb5/libafsdep
vendored
Normal file
7
src/external/heimdal/krb5/libafsdep
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
n-fold.c
|
||||
crypto.[ch]
|
||||
crypto-aes.c
|
||||
data.c
|
||||
crypto-evp.c
|
||||
keyblock.c
|
||||
store-int.c
|
1
src/external/heimdal/roken/libafsdep
vendored
Normal file
1
src/external/heimdal/roken/libafsdep
vendored
Normal file
@ -0,0 +1 @@
|
||||
ct.c
|
2
src/opr/libafsdep
Normal file
2
src/opr/libafsdep
Normal file
@ -0,0 +1,2 @@
|
||||
rbtree.c
|
||||
rbtree.h
|
@ -8,3 +8,4 @@ fcrypt.c
|
||||
fcrypt.h
|
||||
sboxes.h
|
||||
tcrypt.c
|
||||
stats.h
|
||||
|
Loading…
Reference in New Issue
Block a user