diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-12-15 22:23:30 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2007-12-21 05:50:27 +0100 |
commit | a21a484a0153a339d275751cd077557d7cbf5208 (patch) | |
tree | 2fc395becdc4de4476b482504337813b142c5e1c | |
parent | 2b021f7f5922299c73578b030a7cdee5e893736f (diff) | |
download | samba-a21a484a0153a339d275751cd077557d7cbf5208.tar.gz samba-a21a484a0153a339d275751cd077557d7cbf5208.tar.bz2 samba-a21a484a0153a339d275751cd077557d7cbf5208.zip |
r26460: Enable ldb python tests.
(This used to be commit 25e982453142eb7d2f68c0751d641581b46fbb49)
-rw-r--r-- | source4/auth/kerberos/config.mk | 2 | ||||
-rw-r--r-- | source4/lib/samba3/config.mk | 3 | ||||
-rw-r--r-- | source4/samba4-skip | 1 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/auth/kerberos/config.mk b/source4/auth/kerberos/config.mk index 1c70ef2e63..c3f8c6f8ce 100644 --- a/source4/auth/kerberos/config.mk +++ b/source4/auth/kerberos/config.mk @@ -10,6 +10,6 @@ OBJ_FILES = kerberos.o \ gssapi_parse.o \ krb5_init_context.o PUBLIC_DEPENDENCIES = HEIMDAL_KRB5 NDR_KRB5PAC samba-socket LIBCLI_RESOLVE -PRIVATE_DEPENDENCIES = ASN1_UTIL auth_sam_reply CREDENTIALS_KRB5 +PRIVATE_DEPENDENCIES = ASN1_UTIL auth_sam_reply CREDENTIALS_KRB5 LIBPACKET LIBNDR # End SUBSYSTEM KERBEROS ################################# diff --git a/source4/lib/samba3/config.mk b/source4/lib/samba3/config.mk index aefb077cf5..2323a9f4cf 100644 --- a/source4/lib/samba3/config.mk +++ b/source4/lib/samba3/config.mk @@ -10,7 +10,7 @@ OBJ_FILES = tdbsam.o policy.o \ idmap.o winsdb.o samba3.o group.o \ registry.o secrets.o share_info.o PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBTDB NDR_SECURITY \ - CREDENTIALS SMBPASSWD + CREDENTIALS SMBPASSWD LIBSECURITY # End SUBSYSTEM LIBSAMBA3 ################################################ @@ -19,5 +19,6 @@ PRIVATE_DEPENDENCIES = LIBSAMBA-UTIL LIBTDB NDR_SECURITY \ [SUBSYSTEM::SMBPASSWD] PRIVATE_PROTO_HEADER = samba3_smbpasswd_proto.h OBJ_FILES = smbpasswd.o +PRIVATE_DEPENDENCIES = CHARSET LIBSAMBA-UTIL # End SUBSYSTEM LIBSAMBA3 ################################################ diff --git a/source4/samba4-skip b/source4/samba4-skip index 853d54d0a2..0e785b7002 100644 --- a/source4/samba4-skip +++ b/source4/samba4-skip @@ -49,7 +49,6 @@ RPC-FRSAPI # Not provided by Samba 4 ^samba4.NET-API-BECOME-DC.*$ # Fails WINBIND # FIXME: This should not be skipped NSS-TEST # Fails -samba4.ldb.python # Fails to link properly samba4.credentials.python # Fails to link properly samba4.registry.python # Fails to link properly samba4.auth.python # Fails to link properly |