diff options
author | Christian Ambach <ambi@samba.org> | 2014-04-14 22:11:12 +0200 |
---|---|---|
committer | Christian Ambach <ambi@samba.org> | 2014-06-04 20:09:38 +0200 |
commit | 89961ca2972b087ae4a974ce223b75263ec1ee1f (patch) | |
tree | 804c2d2b6808b2f57987bcd0bd10a3ddde5d3549 /wscript_build | |
parent | 62b4d442b9b43d40137ba82e9d00c864ef2d1c25 (diff) | |
download | samba-89961ca2972b087ae4a974ce223b75263ec1ee1f.tar.gz |
s3:lib/afs move afs.c to common lib dir
some of the code in afs.c is needed by wbinfo that lives in the toplevel
nsswitch directory, so move the afs.c file to a new top-level lib/afs
directory. Use the name afs_funcs to avoid collisions with the afs.h
header from OpenAFS
Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'wscript_build')
-rw-r--r-- | wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index 9228d154107..59ba354d48c 100644 --- a/wscript_build +++ b/wscript_build @@ -74,6 +74,7 @@ bld.RECURSE('lib/uid_wrapper') bld.RECURSE('lib/popt') bld.RECURSE('lib/iniparser/src') bld.RECURSE('source4/lib/stream') +bld.RECURSE('lib/afs') bld.RECURSE('lib/util') bld.RECURSE('lib/tdb_wrap') bld.RECURSE('lib/tdr') |