summaryrefslogtreecommitdiff
path: root/source4/libcli/security/wscript_build
blob: 5df9c119a71856acdcd4b95c60e3bb035e8ee921 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

bld.SAMBA_LIBRARY('LIBSECURITY_SESSION',
                  source='session.c',
                  autoproto='session_proto.h',
                  public_deps='LIBSECURITY',
                  private_library=True
                  )