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:
Christof Hanke 2012-08-24 05:18:31 +02:00 committed by Derrick Brashear
parent 3c489db558
commit c2b1345849
11 changed files with 44 additions and 0 deletions

View File

@ -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
View File

@ -0,0 +1 @@
Ktoken.xdr.c

View File

@ -1,5 +1,6 @@
Makefile.in
Makefile.config.in
Makefile.lwp.in
Makefile.version-CML.in
Makefile.version-NOCML.in
afsconfig.h.in

View 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

View File

@ -0,0 +1,2 @@
algs.c
random.c

View File

@ -0,0 +1,3 @@
krb5_locl.h
context.c
copy.c

14
src/external/heimdal/hcrypto/libafsdep vendored Normal file
View 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
View 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
View File

@ -0,0 +1 @@
ct.c

2
src/opr/libafsdep Normal file
View File

@ -0,0 +1,2 @@
rbtree.c
rbtree.h

View File

@ -8,3 +8,4 @@ fcrypt.c
fcrypt.h
sboxes.h
tcrypt.c
stats.h