summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-04 15:54:07 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-10-05 00:38:34 +0200
commit9b18d48d51ecb7c3350a8950b7928662852b056e (patch)
tree61035a89ef37fe0ba79cba60f43c091566b22f6a /source4
parent14a11337f0723ed36939cfd9114a8f49f3a3a9ff (diff)
downloadsamba-9b18d48d51ecb7c3350a8950b7928662852b056e.tar.gz
samba-9b18d48d51ecb7c3350a8950b7928662852b056e.tar.bz2
samba-9b18d48d51ecb7c3350a8950b7928662852b056e.zip
heimdal: Fix library name of gssapi.
Diffstat (limited to 'source4')
-rw-r--r--source4/auth/credentials/wscript_build2
-rw-r--r--source4/auth/gensec/wscript_build2
-rw-r--r--source4/heimdal_build/wscript_build2
-rw-r--r--source4/ntvfs/wscript_build2
-rw-r--r--source4/smbd/wscript_build2
5 files changed, 5 insertions, 5 deletions
diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build
index bfe9cd058a..1cfde8db4c 100644
--- a/source4/auth/credentials/wscript_build
+++ b/source4/auth/credentials/wscript_build
@@ -3,7 +3,7 @@
bld.SAMBA_SUBSYSTEM('CREDENTIALS',
source='credentials.c credentials_files.c credentials_ntlm.c credentials_krb5.c ../kerberos/kerberos_util.c',
autoproto='credentials_proto.h',
- public_deps='LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB HEIMDAL_GSSAPI',
+ public_deps='LIBCLI_AUTH SECRETS LIBCRYPTO KERBEROS UTIL_LDB gssapi',
public_headers='credentials.h',
deps='SECRETS SAMDB'
)
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build
index 38c0e158b9..30dfb64157 100644
--- a/source4/auth/gensec/wscript_build
+++ b/source4/auth/gensec/wscript_build
@@ -22,7 +22,7 @@ bld.SAMBA_MODULE('gensec_gssapi',
source='gensec_gssapi.c',
subsystem='gensec',
init_function='gensec_gssapi_init',
- deps='HEIMDAL_GSSAPI CREDENTIALS KERBEROS'
+ deps='gssapi CREDENTIALS KERBEROS'
)
diff --git a/source4/heimdal_build/wscript_build b/source4/heimdal_build/wscript_build
index 92288f475d..9621b75765 100644
--- a/source4/heimdal_build/wscript_build
+++ b/source4/heimdal_build/wscript_build
@@ -439,7 +439,7 @@ bld.HEIMDAL_LIBRARY('HEIMDAL_HDB',
)
-bld.HEIMDAL_LIBRARY('HEIMDAL_GSSAPI',
+bld.HEIMDAL_LIBRARY('gssapi',
'''
../heimdal/lib/gssapi/spnego/init_sec_context.c ../heimdal/lib/gssapi/spnego/external.c ../heimdal/lib/gssapi/spnego/compat.c
../heimdal/lib/gssapi/spnego/context_stubs.c ../heimdal/lib/gssapi/spnego/cred_stubs.c ../heimdal/lib/gssapi/spnego/accept_sec_context.c
diff --git a/source4/ntvfs/wscript_build b/source4/ntvfs/wscript_build
index 8aead7f224..820c6607a7 100644
--- a/source4/ntvfs/wscript_build
+++ b/source4/ntvfs/wscript_build
@@ -49,7 +49,7 @@ bld.SAMBA_MODULE('ntvfs_ipc',
autoproto='ipc/proto.h',
subsystem='ntvfs',
init_function='ntvfs_ipc_init',
- deps='NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM HEIMDAL_GSSAPI CREDENTIALS'
+ deps='NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM gssapi CREDENTIALS'
)
diff --git a/source4/smbd/wscript_build b/source4/smbd/wscript_build
index aa72694e3c..89eba835d1 100644
--- a/source4/smbd/wscript_build
+++ b/source4/smbd/wscript_build
@@ -3,7 +3,7 @@
bld.SAMBA_SUBSYSTEM('service',
source='service.c service_stream.c service_named_pipe.c service_task.c',
autoproto='service_proto.h',
- deps='tevent MESSAGING samba_socket RPC_NDR_IRPC NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM HEIMDAL_GSSAPI CREDENTIALS LIBTSOCKET LIBSAMBA_TSOCKET'
+ deps='tevent MESSAGING samba_socket RPC_NDR_IRPC NDR_NAMED_PIPE_AUTH NAMED_PIPE_AUTH_TSTREAM gssapi CREDENTIALS LIBTSOCKET LIBSAMBA_TSOCKET'
)