summaryrefslogtreecommitdiff
path: root/source4/auth/gensec/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-10-07 17:24:12 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-10-11 13:41:36 +1100
commitfe02752ed6493efb7af28faa3d64d9fd7895d6f1 (patch)
tree22463dbd5f702c76ce0021f7aa6fbcc31afe2378 /source4/auth/gensec/wscript_build
parent561d834123a2a8a96954f7cca556f8838ab38b72 (diff)
downloadsamba-fe02752ed6493efb7af28faa3d64d9fd7895d6f1.tar.gz
samba-fe02752ed6493efb7af28faa3d64d9fd7895d6f1.tar.bz2
samba-fe02752ed6493efb7af28faa3d64d9fd7895d6f1.zip
auth: move gensec_start.c to the top level
This does not change who uses gensec for now, but makes it possible to write new gensec modules outside source4/ Andrew Bartlett
Diffstat (limited to 'source4/auth/gensec/wscript_build')
-rw-r--r--source4/auth/gensec/wscript_build13
1 files changed, 4 insertions, 9 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build
index a7fa12f56a..86d958950f 100644
--- a/source4/auth/gensec/wscript_build
+++ b/source4/auth/gensec/wscript_build
@@ -1,14 +1,9 @@
#!/usr/bin/env python
-bld.SAMBA_LIBRARY('gensec',
- source='gensec_start.c socket.c gensec_tstream.c',
- pc_files='gensec.pc',
- autoproto='gensec_proto.h',
- public_deps='tevent-util samba-util errors LIBPACKET auth_system_session gensec_runtime samba-modules',
- public_headers='',
- deps='com_err',
- vnum='0.0.1'
- )
+bld.SAMBA_SUBSYSTEM('gensec_util',
+ source='socket.c gensec_tstream.c gensec_util.c',
+ deps='tevent-util tevent samba-util LIBTSOCKET',
+ autoproto='gensec_proto.h')
bld.SAMBA_MODULE('gensec_krb5',
source='gensec_krb5.c',