summaryrefslogtreecommitdiff
path: root/source3/pam_smbpass
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2011-04-06 14:28:28 +1000
committerAndrew Tridgell <tridge@samba.org>2011-04-06 08:12:19 +0200
commita8da13cd5c7b5fa7cf3c6f9b3afce066f085e67c (patch)
tree044bdde30c9de56a66995476d67f4effdc240e2f /source3/pam_smbpass
parent15576da63a35bdd6486dab1816cc12ee92764dab (diff)
downloadsamba-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 'source3/pam_smbpass')
-rw-r--r--source3/pam_smbpass/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/pam_smbpass/wscript_build b/source3/pam_smbpass/wscript_build
index 80aa0fb770..0d200c6fd2 100644
--- a/source3/pam_smbpass/wscript_build
+++ b/source3/pam_smbpass/wscript_build
@@ -6,7 +6,7 @@ if bld.CONFIG_SET('WITH_PAM_MODULES'):
pam_smb_passwd.c
pam_smb_acct.c
support.c''',
- deps='''tdb talloc pam PAM_ERRORS wbclient cap ASN1_UTIL param LIB_NONSMBD passdb SMBLDAP
+ deps='''tdb talloc pam PAM_ERRORS wbclient cap asn1util param LIB_NONSMBD passdb SMBLDAP
LIBNTLMSSP LIBTSOCKET''',
cflags='-DLOCALEDIR=\"%s/locale\"' % bld.env.DATADIR,
realname='pam_smbpass.so',