summaryrefslogtreecommitdiff
path: root/librpc/wscript_build
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2012-08-10 11:37:28 +0200
committerBjoern Jacke <bj@sernet.de>2012-08-10 14:22:20 +0200
commit13f8674a15a30816ea7d00eed333f18bcf59e4d4 (patch)
tree3f2d74c27099b4ae47e07b7fdb705d6392c45572 /librpc/wscript_build
parent51a71547ef0c883970e9ef86a33c42e1b815cc4d (diff)
downloadsamba-13f8674a15a30816ea7d00eed333f18bcf59e4d4.tar.gz
samba-13f8674a15a30816ea7d00eed333f18bcf59e4d4.tar.bz2
samba-13f8674a15a30816ea7d00eed333f18bcf59e4d4.zip
build: rename security → samba-security
there is a libsecurity on OSF1 which clasheѕ with our security lib. see bug #9023. Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Björn Jacke <bj@sernet.de> Autobuild-Date(master): Fri Aug 10 14:22:21 CEST 2012 on sn-devel-104
Diffstat (limited to 'librpc/wscript_build')
-rw-r--r--librpc/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/wscript_build b/librpc/wscript_build
index fbe0223061..1dd755eb30 100644
--- a/librpc/wscript_build
+++ b/librpc/wscript_build
@@ -234,7 +234,7 @@ bld.SAMBA_SUBSYSTEM('NDR_LSA',
bld.SAMBA_SUBSYSTEM('NDR_SECURITY',
source='gen_ndr/ndr_security.c ndr/ndr_sec_helper.c',
- deps='ndr security',
+ deps='ndr samba-security',
public_headers='gen_ndr/security.h',
header_path='gen_ndr'
)