diff options
author | Tim Potter <tpot@samba.org> | 2001-01-07 23:00:49 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-01-07 23:00:49 +0000 |
commit | 5650c143a706a0a65dfd55dea2248c6636a57912 (patch) | |
tree | fbe0185d12eb4d4a8cf53de115c1a15883f28837 /source/Makefile.in | |
parent | 4c540393b33a5c49adafcc9320f591490b97192a (diff) | |
download | samba-5650c143a706a0a65dfd55dea2248c6636a57912.tar.gz samba-5650c143a706a0a65dfd55dea2248c6636a57912.tar.xz samba-5650c143a706a0a65dfd55dea2248c6636a57912.zip |
Codepages and stuff for Turkish language support. Contributed by
Deniz Akkus <akkus@alum.mit.edu>
Diffstat (limited to 'source/Makefile.in')
-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 5c280aef924..d16683a679d 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 +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 # where you are going to have the smbrun binary. This defaults to the # install directory. This binary is needed for correct printing |