diff options
author | Gerald Carter <jerry@samba.org> | 2003-04-29 15:24:52 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-04-29 15:24:52 +0000 |
commit | 0db7c13f9210c0eac82050a2b9e37bd81bfffe10 (patch) | |
tree | f9a5bf60038c6154ef624bc14ad67bac28cd9a1e /source3/Makefile.in | |
parent | 5feb6fda358c557e8c8eea923315575b80152cbc (diff) | |
download | samba-0db7c13f9210c0eac82050a2b9e37bd81bfffe10.tar.gz samba-0db7c13f9210c0eac82050a2b9e37bd81bfffe10.tar.bz2 samba-0db7c13f9210c0eac82050a2b9e37bd81bfffe10.zip |
remove convert_smbpasswd and addtosmbpass from tree; people can get them from 2.2. if they still need them
(This used to be commit 000fe6b2f0e87571d2a6f2f19d4f90076eaeee3e)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index 5bcb6f629f..9cd6c993b6 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -139,8 +139,7 @@ EVERYTHING_PROGS = bin/debug2html@EXEEXT@ bin/smbfilter@EXEEXT@ bin/talloctort@E SHLIBS = @SHLIB_PROGS@ @LIBSMBCLIENT@ -SCRIPTS = $(srcdir)/script/smbtar $(srcdir)/script/addtosmbpass $(srcdir)/script/convert_smbpasswd \ - $(builddir)/script/findsmb +SCRIPTS = $(srcdir)/script/smbtar $(builddir)/script/findsmb QUOTAOBJS=@QUOTAOBJS@ |