summaryrefslogtreecommitdiff
path: root/source4/dsdb/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-23 16:05:50 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-24 00:20:04 +0000
commit833480d3ad1c4b3a1ea74fd583672c65c0af6463 (patch)
tree788f12cca40a76d8fe3c45135c706c0eb6beab9c /source4/dsdb/wscript_build
parentca16d805bd8f33a03d67d3ed74b4d468b04874e5 (diff)
downloadsamba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.gz
samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.tar.bz2
samba-833480d3ad1c4b3a1ea74fd583672c65c0af6463.zip
s4: Rename LIBSAMBA-* to libsamba-*
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r--source4/dsdb/wscript_build12
1 files changed, 6 insertions, 6 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build
index 964fb9bbb6..091da813e1 100644
--- a/source4/dsdb/wscript_build
+++ b/source4/dsdb/wscript_build
@@ -6,17 +6,17 @@ bld.SAMBA_LIBRARY('SAMDB',
source='samdb/samdb.c samdb/samdb_privilege.c samdb/cracknames.c repl/replicated_objects.c',
autoproto='samdb/samdb_proto.h',
public_deps='krb5',
- deps='LIBNDR NDR_DRSUAPI NDR_DRSBLOBS auth_system_session LIBCLI_AUTH LIBNDR SAMDB_SCHEMA LDBSAMBA samdb_common LIBCLI_DRSUAPI LIBCLI_LDAP_NDR LIBSAMBA-UTIL com_err KERBEROS CREDENTIALS CREDENTIALS_SECRETS',
+ deps='LIBNDR NDR_DRSUAPI NDR_DRSBLOBS auth_system_session LIBCLI_AUTH LIBNDR SAMDB_SCHEMA LDBSAMBA samdb_common LIBCLI_DRSUAPI LIBCLI_LDAP_NDR libsamba-util com_err KERBEROS CREDENTIALS CREDENTIALS_SECRETS',
vnum='0.0.1'
)
bld.SAMBA_LIBRARY('samdb_common',
- source='common/util.c common/util_samr.c common/dsdb_dn.c common/dsdb_access.c ../../libds/common/flag_mapping.c',
- autoproto='common/proto.h',
- private_library=True,
- deps='ldb NDR_DRSBLOBS UTIL_LDB LIBCLI_AUTH LIBSAMBA-HOSTCONFIG samba_socket LIBCLI_LDAP_NDR'
- )
+ source='common/util.c common/util_samr.c common/dsdb_dn.c common/dsdb_access.c ../../libds/common/flag_mapping.c',
+ autoproto='common/proto.h',
+ private_library=True,
+ deps='ldb NDR_DRSBLOBS UTIL_LDB LIBCLI_AUTH libsamba-hostconfig samba_socket LIBCLI_LDAP_NDR'
+ )
bld.SAMBA_SUBSYSTEM('SAMDB_SCHEMA',