From 72758287f79a4f1aa8fa388f20947042e3e14693 Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Tue, 4 May 2010 15:15:02 +0200 Subject: [PATCH] XQuartz: add new localization files to EXTRA_DIST commit 206531f75cd41c034e89fdfbc75ab0910682eef8 added localization files for ar, add them to the Makefile. Signed-off-by: Julien Cristau Reviewed-by: Jeremy Huddleston --- hw/xquartz/bundle/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hw/xquartz/bundle/Makefile.am b/hw/xquartz/bundle/Makefile.am index f8b96d8c4..c4d77c099 100644 --- a/hw/xquartz/bundle/Makefile.am +++ b/hw/xquartz/bundle/Makefile.am @@ -28,6 +28,10 @@ EXTRA_DIST = \ Info.plist.cpp \ PkgInfo \ $(resource_DATA) \ + Resources/ar.lproj/InfoPlist.strings \ + Resources/ar.lproj/Localizable.strings \ + Resources/ar.lproj/main.nib/designable.nib \ + Resources/ar.lproj/main.nib/keyedobjects.nib \ Resources/da.lproj/InfoPlist.strings \ Resources/da.lproj/Localizable.strings \ Resources/da.lproj/main.nib/keyedobjects.nib \