diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index e578efa775..8d194ffaa4 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -77,7 +77,7 @@ PROGS2 = bin/rpcclient bin/smbpasswd bin/make_smbcodepage @WRAP@ @WRAP32@ MPROGS = @MPROGS@ PROGS = $(PROGS1) $(PROGS2) $(MPROGS) bin/nmblookup bin/make_printerdef -SCRIPTS = script/smbtar script/addtosmbpass +SCRIPTS = script/smbtar script/addtosmbpass script/convert_smbpasswd QUOTAOBJS=@QUOTAOBJS@ |