diff options
Diffstat (limited to 'misc/Makefile.in')
-rw-r--r-- | misc/Makefile.in | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in index 30696447..f2314c4d 100644 --- a/misc/Makefile.in +++ b/misc/Makefile.in @@ -53,9 +53,10 @@ SETUPCMD= setup.py --quiet install $(SETUPINSTOPTS) PKGDIR= $(srcdir) EMAILPKG= email-2.5.4 -CJKCODECSPKG= cjkcodecs-1.0.2 +JACODECSPKG= JapaneseCodecs-1.4.10 +KOCODECSPKG= KoreanCodecs-2.0.5 -PACKAGES= $(EMAILPKG) $(CJKCODECSPKG) +PACKAGES= $(EMAILPKG) $(JACODECSPKG) $(KOCODECSPKG) # Modes for directories and executables created by the install # process. Default to group-writable directories but |