mirror of
https://github.com/samba-team/samba.git
synced 2025-10-30 08:23:49 +03:00
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>
This commit is contained in:
@@ -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'
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user