s4-libcli: make LIBSECURITY_SESSION a private library
authorAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 02:52:15 +0000 (13:52 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:25 +0000 (19:03 +1100)
source4/libcli/security/wscript_build

index f06899e9d4f91bbef8c3e702b519e62d3afd6c56..5df9c119a71856acdcd4b95c60e3bb035e8ee921 100644 (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
+                  )