diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-04 15:54:07 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-05 00:38:34 +0200 |
commit | 9b18d48d51ecb7c3350a8950b7928662852b056e (patch) | |
tree | 61035a89ef37fe0ba79cba60f43c091566b22f6a /source4/heimdal_build | |
parent | 14a11337f0723ed36939cfd9114a8f49f3a3a9ff (diff) | |
download | samba-9b18d48d51ecb7c3350a8950b7928662852b056e.tar.gz samba-9b18d48d51ecb7c3350a8950b7928662852b056e.tar.bz2 samba-9b18d48d51ecb7c3350a8950b7928662852b056e.zip |
heimdal: Fix library name of gssapi.
Diffstat (limited to 'source4/heimdal_build')
-rw-r--r-- | source4/heimdal_build/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
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 |