From 89961ca2972b087ae4a974ce223b75263ec1ee1f Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Mon, 14 Apr 2014 22:11:12 +0200 Subject: 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 Reviewed-by: Andrew Bartlett --- wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build') 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') -- cgit v1.2.1