summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-10-21 13:52:15 +1100
committerAndrew Tridgell <tridge@samba.org>2010-10-21 19:03:25 +1100
commite98ca6e868eb8cc25968e67ada2e153e828131ff (patch)
tree324240d50c721598880a20f7a2f467f13a4389c8 /source4/libcli
parent4b3fae6ca8ed29b7c74edf589de678418cb3481a (diff)
downloadsamba-e98ca6e868eb8cc25968e67ada2e153e828131ff.tar.gz
samba-e98ca6e868eb8cc25968e67ada2e153e828131ff.tar.bz2
samba-e98ca6e868eb8cc25968e67ada2e153e828131ff.zip
s4-libcli: make LIBSECURITY_SESSION a private library
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/security/wscript_build11
1 files changed, 6 insertions, 5 deletions
diff --git a/source4/libcli/security/wscript_build b/source4/libcli/security/wscript_build
index f06899e9d4..5df9c119a7 100644
--- a/source4/libcli/security/wscript_build
+++ b/source4/libcli/security/wscript_build
@@ -1,8 +1,9 @@
#!/usr/bin/env python
-bld.SAMBA_SUBSYSTEM('LIBSECURITY_SESSION',
- source='session.c',
- autoproto='session_proto.h',
- public_deps='LIBSECURITY'
- )
+bld.SAMBA_LIBRARY('LIBSECURITY_SESSION',
+ source='session.c',
+ autoproto='session_proto.h',
+ public_deps='LIBSECURITY',
+ private_library=True
+ )