1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

s4-libcli: make LIBSECURITY_SESSION a private library

This commit is contained in:
Andrew Tridgell 2010-10-21 13:52:15 +11:00
parent 4b3fae6ca8
commit e98ca6e868

View File

@ -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
)