svn commit: samba r10447 - in branches/SAMBA_4_0/source/auth/gensec: .

tpot at samba.org tpot at samba.org
Fri Sep 23 07:43:06 GMT 2005


Author: tpot
Date: 2005-09-23 07:43:06 +0000 (Fri, 23 Sep 2005)
New Revision: 10447

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=10447

Log:
Add gensec sources to proto.h

Modified:
   branches/SAMBA_4_0/source/auth/gensec/SConscript


Changeset:
Modified: branches/SAMBA_4_0/source/auth/gensec/SConscript
===================================================================
--- branches/SAMBA_4_0/source/auth/gensec/SConscript	2005-09-23 07:42:17 UTC (rev 10446)
+++ branches/SAMBA_4_0/source/auth/gensec/SConscript	2005-09-23 07:43:06 UTC (rev 10447)
@@ -1,5 +1,10 @@
-Import('hostenv')
+Import('hostenv', 'proto_files')
 
+gensec_files = ['gensec.c', 'gensec_krb5.c', 'gensec_gssapi.c', 'spnego.c',
+                'schannel.c', 'schannel_sign.c', 'schannel_state.c']
+
+proto_files += [File(x) for x in gensec_files]
+
 hostenv.StaticLibrary('gensec',['gensec.c'])
 hostenv.StaticLibrary('gensec_krb5',['gensec_krb5.c'])
 hostenv.StaticLibrary('gensec_gssapi',['gensec_gssapi.c'])



More information about the samba-cvs mailing list