diff options
author | Andrew Tridgell <tridge@samba.org> | 2011-04-06 14:28:28 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2011-04-06 08:12:19 +0200 |
commit | a8da13cd5c7b5fa7cf3c6f9b3afce066f085e67c (patch) | |
tree | 044bdde30c9de56a66995476d67f4effdc240e2f /source4/auth/gensec | |
parent | 15576da63a35bdd6486dab1816cc12ee92764dab (diff) | |
download | samba-a8da13cd5c7b5fa7cf3c6f9b3afce066f085e67c.tar.gz samba-a8da13cd5c7b5fa7cf3c6f9b3afce066f085e67c.tar.bz2 samba-a8da13cd5c7b5fa7cf3c6f9b3afce066f085e67c.zip |
lib: make asn1_util a private library
this prevents symbol duplication of the asn1 symbols in the service
and ntvfs subsystems
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/auth/gensec')
-rw-r--r-- | source4/auth/gensec/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index 8f8a6e84c7..42d7dc5fd4 100644 --- a/source4/auth/gensec/wscript_build +++ b/source4/auth/gensec/wscript_build @@ -41,7 +41,7 @@ bld.SAMBA_MODULE('gensec_spnego', autoproto='spnego_proto.h', subsystem='gensec', init_function='gensec_spnego_init', - deps='ASN1_UTIL credentials SPNEGO_PARSE' + deps='asn1util credentials SPNEGO_PARSE' ) |