summaryrefslogtreecommitdiff
path: root/libcli
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 /libcli
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 'libcli')
-rw-r--r--libcli/auth/wscript_build2
-rw-r--r--libcli/ldap/wscript_build2
2 files changed, 2 insertions, 2 deletions
diff --git a/libcli/auth/wscript_build b/libcli/auth/wscript_build
index 0f0e22ba91..436ca61b7f 100644
--- a/libcli/auth/wscript_build
+++ b/libcli/auth/wscript_build
@@ -37,4 +37,4 @@ bld.SAMBA_SUBSYSTEM('PAM_ERRORS',
bld.SAMBA_SUBSYSTEM('SPNEGO_PARSE',
source='spnego_parse.c',
- deps='ASN1_UTIL')
+ deps='asn1util')
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'
)