diff options
-rw-r--r-- | examples/libsmbclient/wscript_build | 2 | ||||
-rwxr-xr-x | source3/wscript_build | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/examples/libsmbclient/wscript_build b/examples/libsmbclient/wscript_build index 84e03f394a..aa39965d22 100644 --- a/examples/libsmbclient/wscript_build +++ b/examples/libsmbclient/wscript_build @@ -21,5 +21,5 @@ names = ['testsmbc', for name in names: bld.SAMBA_BINARY(name, source='%s.c' % name, - deps='smbclient', + deps='popt smbclient', install=False) diff --git a/source3/wscript_build b/source3/wscript_build index 5adc2a1edc..7ae60be30e 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -643,6 +643,7 @@ bld.SAMBA3_LIBRARY('netapi', source=LIBNETAPI_SRC, public_deps=''' talloc + popt msrpc3 ads NDR_LIBNETAPI @@ -1414,6 +1415,7 @@ bld.SAMBA3_BINARY('smbget', source=SMBGET_SRC, deps=''' talloc + popt smbclient''', vars=locals()) |