summaryrefslogtreecommitdiff
path: root/source4/dsdb/wscript_build
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-24 10:42:58 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:17 -0700
commit8cf61377aa388724150699618f5cd60682ffde37 (patch)
tree6fb909162d76a2315c08a2711b7f6bd6d83ea3d4 /source4/dsdb/wscript_build
parentb2af2fd3de37296c5589fd5f34bb3353227272cd (diff)
downloadsamba-8cf61377aa388724150699618f5cd60682ffde37.tar.gz
samba-8cf61377aa388724150699618f5cd60682ffde37.tar.bz2
samba-8cf61377aa388724150699618f5cd60682ffde37.zip
waf: Remove lib prefix from libraries manually.
Diffstat (limited to 'source4/dsdb/wscript_build')
-rw-r--r--source4/dsdb/wscript_build4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/dsdb/wscript_build b/source4/dsdb/wscript_build
index 616f1f625c..a7e0895f08 100644
--- a/source4/dsdb/wscript_build
+++ b/source4/dsdb/wscript_build
@@ -6,7 +6,7 @@ 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='ndr NDR_DRSUAPI NDR_DRSBLOBS auth_system_session LIBCLI_AUTH ndr SAMDB_SCHEMA LDBSAMBA samdb_common LIBCLI_DRSUAPI LIBCLI_LDAP_NDR samba-util com_err KERBEROS CREDENTIALS CREDENTIALS_SECRETS',
vnum='0.0.1'
)
@@ -15,7 +15,7 @@ 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'
+ deps='ldb NDR_DRSBLOBS UTIL_LDB LIBCLI_AUTH samba-hostconfig samba_socket LIBCLI_LDAP_NDR'
)