diff options
author | Tim Potter <tpot@samba.org> | 2001-01-31 17:09:13 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-01-31 17:09:13 +0000 |
commit | 2537e2362053aaf263cbcbdc783f9d7a7dd8189f (patch) | |
tree | 1f858335cdc1d724bfc65a82d39b1c4eecd5fcc4 /source3 | |
parent | 4d6b6eb94a3bb53ab47d458a4071ba805281c6a1 (diff) | |
download | samba-2537e2362053aaf263cbcbdc783f9d7a7dd8189f.tar.gz samba-2537e2362053aaf263cbcbdc783f9d7a7dd8189f.tar.bz2 samba-2537e2362053aaf263cbcbdc783f9d7a7dd8189f.zip |
Fix for KOI8-R codepage from Andrey Kiselev <dron@at1895.spb.edu>
(This used to be commit 7a08c3a699142fa8079c2736ed70aef0528ad578)
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 9516d19ace..eb7a33523b 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -62,7 +62,7 @@ LOCKDIR = @lockdir@ CODEPAGEDIR = $(LIBDIR)/codepages # The current codepage definition list. -CODEPAGELIST= 437 737 775 850 852 861 932 866 949 950 936 1251 ISO8859-1 ISO8859-2 ISO8859-5 ISO8859-7 KOI-R 857 ISO8859-9 +CODEPAGELIST= 437 737 775 850 852 861 932 866 949 950 936 1251 ISO8859-1 ISO8859-2 ISO8859-5 ISO8859-7 KOI8-R 857 ISO8859-9 # where you are going to have the smbrun binary. This defaults to the # install directory. This binary is needed for correct printing |