summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2010-01-11 16:01:20 +0000
committerDaniel P. Berrange <berrange@redhat.com>2010-01-11 16:01:20 +0000
commit50f48b4d912c61d086212dd8d39f4020fa105916 (patch)
tree0825043576b1db3df1ea5707caac7d2b69f1583f /src/Makefile.am
parentacf61455a347571a66ec6db18c9f0aa1e6f7441d (diff)
downloadvirt-viewer-50f48b4d912c61d086212dd8d39f4020fa105916.tar.gz
virt-viewer-50f48b4d912c61d086212dd8d39f4020fa105916.tar.xz
virt-viewer-50f48b4d912c61d086212dd8d39f4020fa105916.zip
Add support for i18n of the UI
Add all the boilerplate code required for doing i18n of the UI. No translations available yet though
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 69a725d..70525f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,4 +27,5 @@ virt_viewer_CFLAGS = \
@LIBGLADE2_CFLAGS@ \
@LIBVIRT_CFLAGS@ \
@WARN_CFLAGS@ \
- -DGLADE_DIR="\"$(gladedir)\""
+ -DGLADE_DIR="\"$(gladedir)\"" \
+ -DLOCALE_DIR=\""$(datadir)/locale"\"