From a8da13cd5c7b5fa7cf3c6f9b3afce066f085e67c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 6 Apr 2011 14:28:28 +1000 Subject: 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 --- libcli/ldap/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcli/ldap/wscript_build') diff --git a/libcli/ldap/wscript_build b/libcli/ldap/wscript_build index 5efb683833..feab6510b9 100644 --- a/libcli/ldap/wscript_build +++ b/libcli/ldap/wscript_build @@ -4,7 +4,7 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_LDAP_MESSAGE', source='ldap_message.c', public_deps='errors talloc ldb', public_headers='ldap_message.h ldap_errors.h', - deps='samba-util ASN1_UTIL' + deps='samba-util asn1util' ) -- cgit