svn commit: samba r26022 - in branches/4.0-python: . source/auth/credentials source/auth/kerberos

jelmer at samba.org jelmer at samba.org
Sat Nov 17 23:10:37 GMT 2007


Author: jelmer
Date: 2007-11-17 23:10:37 +0000 (Sat, 17 Nov 2007)
New Revision: 26022

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

Log:
Fix last unresolved symbols.

Modified:
   branches/4.0-python/
   branches/4.0-python/source/auth/credentials/config.mk
   branches/4.0-python/source/auth/kerberos/config.mk


Changeset:

Property changes on: branches/4.0-python
___________________________________________________________________
Name: bzr:revision-info
...skipped...
Name: bzr:revision-id:v3-trunk0
...skipped...

Modified: branches/4.0-python/source/auth/credentials/config.mk
===================================================================
--- branches/4.0-python/source/auth/credentials/config.mk	2007-11-17 23:10:32 UTC (rev 26021)
+++ branches/4.0-python/source/auth/credentials/config.mk	2007-11-17 23:10:37 UTC (rev 26022)
@@ -9,5 +9,6 @@
 		SECRETS LIBCRYPTO \
 		HEIMDAL_GSSAPI \
 		KERBEROS_CORE \
-		LIBCLI_AUTH
+		LIBCLI_AUTH \
+		LIBEVENTS
 #KERBEROS

Modified: branches/4.0-python/source/auth/kerberos/config.mk
===================================================================
--- branches/4.0-python/source/auth/kerberos/config.mk	2007-11-17 23:10:32 UTC (rev 26021)
+++ branches/4.0-python/source/auth/kerberos/config.mk	2007-11-17 23:10:37 UTC (rev 26022)
@@ -1,14 +1,16 @@
 [SUBSYSTEM::KERBEROS_CORE]
 OBJ_FILES = \
-			kerberos.o
+			kerberos.o \
+			clikrb5.o \
+			krb5_init_context.o
+PRIVATE_DEPENDENCIES = LIBPACKET
 
 [SUBSYSTEM::KERBEROS]
 PRIVATE_PROTO_HEADER = proto.h
-OBJ_FILES = clikrb5.o \
+OBJ_FILES = \
 			kerberos_heimdal.o \
 			kerberos_util.o \
 			kerberos_pac.o \
-			gssapi_parse.o \
-			krb5_init_context.o
+			gssapi_parse.o
 PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC samba-socket LIBCLI_RESOLVE
 PRIVATE_DEPENDENCIES = ASN1_UTIL auth_sam KERBEROS_CORE



More information about the samba-cvs mailing list