diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-05 16:21:56 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-08-05 16:21:56 +0000 |
commit | 1828eee6a6d91fd385ad1e69d93044516493aa91 (patch) | |
tree | 9e7e86955e2d79f4f21daacf009312efd90dc70e /Makefile.am | |
parent | 52abf02fb5521a00e78903addda6f8a20896f18f (diff) | |
download | mana-1828eee6a6d91fd385ad1e69d93044516493aa91.tar.gz mana-1828eee6a6d91fd385ad1e69d93044516493aa91.tar.bz2 mana-1828eee6a6d91fd385ad1e69d93044516493aa91.tar.xz mana-1828eee6a6d91fd385ad1e69d93044516493aa91.zip |
Added support for internationalization. Tested by translating a few gui strings to french.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7306c71f..ea85bb48 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # Subdirectories to build -SUBDIRS = data docs src +SUBDIRS = data docs po src desktopdir = $(datadir)/applications |