diff options
author | Tim Potter <tpot@samba.org> | 2001-01-31 17:13:53 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-01-31 17:13:53 +0000 |
commit | 629738e0a627d4e9479046a7aed22502461c4c70 (patch) | |
tree | bf5627780c8fc58c1cb4231be8590c6248ccec23 | |
parent | 6994f74468867f66490d7fd0cbfcccab6dd89248 (diff) | |
download | samba-629738e0a627d4e9479046a7aed22502461c4c70.tar.gz samba-629738e0a627d4e9479046a7aed22502461c4c70.tar.xz samba-629738e0a627d4e9479046a7aed22502461c4c70.zip |
Merge of KOI8-R codepage fix.
-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 f7e5aaafac6..0c7b14e454e 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 |