Skip to content

Commit

Permalink
Do not install smbclient4 and nmblookup4
Browse files Browse the repository at this point in the history
Change-Id: I2d91d9c9faa2df084321d10fbdc948acbd2bb735
Signed-off-by: Jeroen Dekkers <[email protected]>
Reviewed-by: Jelmer Vernooij <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>

Autobuild-User(master): Jelmer Vernooij <[email protected]>
Autobuild-Date(master): Tue Apr 15 03:25:13 CEST 2014 on sn-devel-104
  • Loading branch information
dekkers authored and jelmer committed Apr 15, 2014
1 parent 2f2421b commit 3b82b6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion libcli/nbt/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ bld.SAMBA_LIBRARY('cli-nbt',
bld.SAMBA_BINARY('nmblookup' + bld.env.suffix4,
source='tools/nmblookup.c',
manpages='man/nmblookup4.1',
deps='samba-hostconfig samba-util cli-nbt popt POPT_SAMBA netif LIBCLI_RESOLVE'
deps='samba-hostconfig samba-util cli-nbt popt POPT_SAMBA netif LIBCLI_RESOLVE',
install=False
)

bld.SAMBA_PYTHON('python_netbios',
Expand Down
3 changes: 2 additions & 1 deletion source4/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

bld.SAMBA_BINARY('client/smbclient' + bld.env.suffix4,
source='client/client.c',
deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options dcerpc'
deps='samba-hostconfig SMBREADLINE samba-util LIBCLI_SMB RPC_NDR_SRVSVC LIBCLI_LSA popt POPT_SAMBA POPT_CREDENTIALS smbclient-raw param_options dcerpc',
install=False
)


Expand Down

0 comments on commit 3b82b6f

Please sign in to comment.