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:
parent
4b3fae6ca8
commit
e98ca6e868
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user