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 | 7a08c3a699142fa8079c2736ed70aef0528ad578 (patch) | |
tree | f318e58e5dec2d4a40c6152571a0517e95ed22cf | |
parent | c4f810a7588a2faf41f4222dc77678c53ab1dec0 (diff) | |
download | samba-7a08c3a699142fa8079c2736ed70aef0528ad578.tar.gz samba-7a08c3a699142fa8079c2736ed70aef0528ad578.tar.xz samba-7a08c3a699142fa8079c2736ed70aef0528ad578.zip |
Fix for KOI8-R codepage from Andrey Kiselev <dron@at1895.spb.edu>
-rw-r--r-- | source/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile.in b/source/Makefile.in index 9516d19ace3..eb7a33523b1 100644 --- a/source/Makefile.in +++ b/source/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 |