summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-24 10:42:58 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:17 -0700
commit8cf61377aa388724150699618f5cd60682ffde37 (patch)
tree6fb909162d76a2315c08a2711b7f6bd6d83ea3d4 /source4/auth/gensec/wscript_build
parentb2af2fd3de37296c5589fd5f34bb3353227272cd (diff)
downloadsamba-8cf61377aa388724150699618f5cd60682ffde37.tar.gz
samba-8cf61377aa388724150699618f5cd60682ffde37.tar.bz2
samba-8cf61377aa388724150699618f5cd60682ffde37.zip
waf: Remove lib prefix from libraries manually.
Diffstat (limited to 'source4/auth/gensec/wscript_build')
-rw-r--r--source4/auth/gensec/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build
index 7f4a9eee07..31488911ad 100644
--- a/source4/auth/gensec/wscript_build
+++ b/source4/auth/gensec/wscript_build
@@ -4,7 +4,7 @@ bld.SAMBA_LIBRARY('gensec',
source='gensec.c socket.c gensec_tstream.c',
pc_files='gensec.pc',
autoproto='gensec_proto.h',
- public_deps='UTIL_TEVENT libsamba-util errors LIBPACKET auth_system_session',
+ public_deps='UTIL_TEVENT samba-util errors LIBPACKET auth_system_session',
public_headers='gensec.h',
deps='com_err',
vnum='0.0.1'
@@ -48,7 +48,7 @@ bld.SAMBA_MODULE('gensec_spnego',
bld.SAMBA_MODULE('gensec_schannel',
source='schannel.c ../../../libcli/auth/schannel_sign.c',
subsystem='gensec',
- deps='COMMON_SCHANNELDB NDR_SCHANNEL CREDENTIALS LIBNDR auth_session',
+ deps='COMMON_SCHANNELDB NDR_SCHANNEL CREDENTIALS ndr auth_session',
internal_module=True,
autoproto='schannel_proto.h',
init_function='gensec_schannel_init'