aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorTom Wilkie <tom.wilkie@gmail.com>2007-04-13 16:46:41 +0100
committerTom Wilkie <tom.wilkie@gmail.com>2007-04-13 16:46:41 +0100
commit7771ae57e8e1678538241cba9145428d571c9b70 (patch)
treedad3badb494be292a8725c537c2be72d752afcdc /config
parent7584e4be286e43ccfda4c8435549cd22d73200b7 (diff)
downloadxen-7771ae57e8e1678538241cba9145428d571c9b70.tar.gz
xen-7771ae57e8e1678538241cba9145428d571c9b70.tar.bz2
xen-7771ae57e8e1678538241cba9145428d571c9b70.zip
Fix up locale strings for xm
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'config')
-rw-r--r--config/StdGNU.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/StdGNU.mk b/config/StdGNU.mk
index fd7bc53a56..4f08ea9a30 100644
--- a/config/StdGNU.mk
+++ b/config/StdGNU.mk
@@ -10,6 +10,7 @@ OBJCOPY = $(CROSS_COMPILE)objcopy
OBJDUMP = $(CROSS_COMPILE)objdump
MSGFMT = msgfmt
+MSGMERGE = msgmerge
INSTALL = install
INSTALL_DIR = $(INSTALL) -d -m0755 -p