Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGediminas Paulauskas <menesis@delfi.lt>2002-02-26 17:29:51 (GMT)
committer Gediminas Paulauskas <menesis@src.gnome.org>2002-02-26 17:29:51 (GMT)
commit8dc3118683b45d5484c74d2c24653ee0899d8d9f (patch)
treeaf1ef98fd065cc0b56760b185a517e7fbc9c9947 /src/Makefile.am
parent299bbab6d14637e59dbb3960c5fb13e271c4e06e (diff)
gcompris now works well in other locales, e.g. Lithuanian.
2002-02-26 Gediminas Paulauskas <menesis@delfi.lt> gcompris now works well in other locales, e.g. Lithuanian. * src/unicode/*: copied some files from GAL to get conversion from UTF8 to locale encoding. Removed all unneeded things from these files. * src/Makefile.am: build unicode subdir. * src/gcompris/Makefile.am: add things needed for unicode conversion. * src/gcompris/gameutil.c: convert string from UTF8 to locale encoding, not to latin1.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index cbc22fb..8518472 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,3 +1,3 @@
## Process this file with automake to produce Makefile.in
-SUBDIRS = gcompris boards
+SUBDIRS = unicode gcompris boards