From 5d67bb9baf47e4dc59ffe0b63d1447ca80e4aa72 Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Fri, 2 Feb 2001 17:31:33 +0000 Subject: Added Baltic codepage support. From Toomas Soome (This used to be commit d0c5339486c38b988d39fbf83bfb98c1258dd98d) --- source3/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/Makefile.in') diff --git a/source3/Makefile.in b/source3/Makefile.in index eb7a33523b..31fdafc24a 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 KOI8-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 ISO8859-13 ISO8859-15 # where you are going to have the smbrun binary. This defaults to the # install directory. This binary is needed for correct printing -- cgit