diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-08-18 14:19:18 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-08-18 14:19:18 +0200 |
commit | 9ee1e1f0ac28a3af22c796e729e559ae10784c8e (patch) | |
tree | 78372a8b8cbabf0c8fbdeb9c993a9c2b2d7d9c3c /source4/client | |
parent | 6fefd217ca36a2d91b779a1bb26b970340ee7602 (diff) | |
download | samba-9ee1e1f0ac28a3af22c796e729e559ae10784c8e.tar.gz samba-9ee1e1f0ac28a3af22c796e729e559ae10784c8e.tar.bz2 samba-9ee1e1f0ac28a3af22c796e729e559ae10784c8e.zip |
cli-raw: Add public libsmbclient-raw library.
Diffstat (limited to 'source4/client')
-rw-r--r-- | source4/client/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/client/wscript_build b/source4/client/wscript_build index 94b579c0d5..d1622b3d1d 100644 --- a/source4/client/wscript_build +++ b/source4/client/wscript_build @@ -2,7 +2,7 @@ bld.SAMBA_BINARY('smbclient', source='client.c', - deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS cli_raw' + deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw' ) |