diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-20 11:30:45 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:29:49 -0500 |
commit | 79a87c55fe076fcc1b0196561a7d7715f456ea0f (patch) | |
tree | 6305cfc7560e711f83af6ac8b2389b0c1ae4209a /source4/build/smb_build | |
parent | 2fd92cb1b4986909aff79ee88e48d1bb513e9062 (diff) | |
download | samba-79a87c55fe076fcc1b0196561a7d7715f456ea0f.tar.gz samba-79a87c55fe076fcc1b0196561a7d7715f456ea0f.tar.bz2 samba-79a87c55fe076fcc1b0196561a7d7715f456ea0f.zip |
r8649: added smbscript to the list of binaries to install
(This used to be commit f5e39455a8e7aff54503857ec148c880aac71fac)
Diffstat (limited to 'source4/build/smb_build')
-rw-r--r-- | source4/build/smb_build/makefile.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/smb_build/makefile.pm b/source4/build/smb_build/makefile.pm index 3c17f5e9c2..3e776f39f6 100644 --- a/source4/build/smb_build/makefile.pm +++ b/source4/build/smb_build/makefile.pm @@ -653,6 +653,7 @@ SBIN_PROGS = bin/smbd BIN_PROGS = bin/smbclient \ bin/net \ bin/nmblookup \ + bin/smbscript \ bin/ntlm_auth TORTURE_PROGS = bin/smbtorture \ |