waf: Stop automaticaly changing dashes to underscores in library names.
[sfrench/samba-autobuild/.git] / source4 / libcli / security / wscript_build
index f2236a4a9ce3c52e5fd0d7c00839656ebd79302d..9c277236c475b5bdf1e11c0ba3a8a15a3051c2cd 100644 (file)
@@ -1,10 +1,9 @@
-# AUTOGENERATED by mktowscript.pl from ../../source4/libcli/security/config.mk
-# Please remove this notice if hand editing
+#!/usr/bin/env python
 
-
-bld.SAMBA_SUBSYSTEM('LIBSECURITY',
-       source='security_token.c access_check.c privilege.c create_descriptor.c object_tree.c',
-       autoproto='proto.h',
-       public_deps='LIBNDR LIBSECURITY_COMMON'
+bld.SAMBA_LIBRARY('security-session',
+       source='session.c',
+       autoproto='session_proto.h',
+       public_deps='security',
+       private_library=True
        )