diff options
author | Jeremy Kerr <jk@ozlabs.org> | 2013-12-18 09:49:23 +0800 |
---|---|---|
committer | Jeremy Kerr <jk@ozlabs.org> | 2014-07-28 13:20:34 +0800 |
commit | 494988c501287e03da3becba5c03cbce7c3d9d20 (patch) | |
tree | 670537e83a47b9c3a10df69ce4a7c6b6f0f3f13f /ui/ncurses/Makefile.am | |
parent | 08bc314efca8bbde9e9461c4d425caf1e0ad0e5f (diff) | |
download | talos-petitboot-494988c501287e03da3becba5c03cbce7c3d9d20.tar.gz talos-petitboot-494988c501287e03da3becba5c03cbce7c3d9d20.zip |
i18n: Mark translatable strings for ncurses UI
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
Diffstat (limited to 'ui/ncurses/Makefile.am')
-rw-r--r-- | ui/ncurses/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/ncurses/Makefile.am b/ui/ncurses/Makefile.am index ded3193..be4c417 100644 --- a/ui/ncurses/Makefile.am +++ b/ui/ncurses/Makefile.am @@ -15,6 +15,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib \ + -DLOCALEDIR='"$(localedir)"' \ $(DEFAULT_CPPFLAGS) AM_CFLAGS = \ |