diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 10:42:58 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-26 10:17:17 -0700 |
commit | 8cf61377aa388724150699618f5cd60682ffde37 (patch) | |
tree | 6fb909162d76a2315c08a2711b7f6bd6d83ea3d4 /source4/torture/wscript_build | |
parent | b2af2fd3de37296c5589fd5f34bb3353227272cd (diff) | |
download | samba-8cf61377aa388724150699618f5cd60682ffde37.tar.gz samba-8cf61377aa388724150699618f5cd60682ffde37.tar.bz2 samba-8cf61377aa388724150699618f5cd60682ffde37.zip |
waf: Remove lib prefix from libraries manually.
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r-- | source4/torture/wscript_build | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index be420a169d..363df08e83 100644 --- a/source4/torture/wscript_build +++ b/source4/torture/wscript_build @@ -157,14 +157,14 @@ bld.SAMBA_BINARY('smbtorture', bld.SAMBA_BINARY('gentest', source='gentest.c', manpages='man/gentest.1', - deps='libsamba-hostconfig libsamba-util popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_SMB LIBCLI_RAW' + deps='samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_SMB LIBCLI_RAW' ) bld.SAMBA_BINARY('masktest', source='masktest.c', manpages='man/masktest.1', - deps='libsamba-hostconfig libsamba-util popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_SMB' + deps='samba-hostconfig samba-util popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_SMB' ) @@ -175,6 +175,6 @@ bld.SAMBA_BINARY('locktest', #cflags='--coverage', # GCOV='1', manpages='man/locktest.1', - deps='popt POPT_SAMBA POPT_CREDENTIALS libsamba-util LIBCLI_SMB libsamba-hostconfig', + deps='popt POPT_SAMBA POPT_CREDENTIALS samba-util LIBCLI_SMB samba-hostconfig', ) |