summaryrefslogtreecommitdiffstats
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2014-04-14 22:11:12 +0200
committerChristian Ambach <ambi@samba.org>2014-06-04 20:09:38 +0200
commit89961ca2972b087ae4a974ce223b75263ec1ee1f (patch)
tree804c2d2b6808b2f57987bcd0bd10a3ddde5d3549 /source3/wscript_build
parent62b4d442b9b43d40137ba82e9d00c864ef2d1c25 (diff)
downloadsamba-89961ca2972b087ae4a974ce223b75263ec1ee1f.tar.gz
samba-89961ca2972b087ae4a974ce223b75263ec1ee1f.tar.xz
samba-89961ca2972b087ae4a974ce223b75263ec1ee1f.zip
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 'source3/wscript_build')
-rwxr-xr-xsource3/wscript_build4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index d319e5e7ac..1f1b75049a 100755
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -472,10 +472,6 @@ bld.SAMBA3_SUBSYSTEM('LIBAFS_SETTOKEN',
source='lib/afs_settoken.c',
deps='samba-util')
-bld.SAMBA3_SUBSYSTEM('LIBAFS',
- source='lib/afs.c',
- deps='samba-util LIBAFS_SETTOKEN')
-
bld.SAMBA3_LIBRARY('smbconf',
source='''lib/smbconf/smbconf_init.c
lib/smbconf/smbconf_reg.c''',