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/libcli/rap/wscript_build | |
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/libcli/rap/wscript_build')
-rw-r--r-- | source4/libcli/rap/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/rap/wscript_build b/source4/libcli/rap/wscript_build index eac7b90675..b58e3acdbf 100644 --- a/source4/libcli/rap/wscript_build +++ b/source4/libcli/rap/wscript_build @@ -2,6 +2,6 @@ bld.SAMBA_SUBSYSTEM('LIBCLI_RAP', source='rap.c', - public_deps='cli_raw NDR_RAP', + public_deps='smbclient-raw NDR_RAP', autoproto='proto.h' ) |