diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-12-16 16:51:35 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-12-16 17:36:26 +0100 |
commit | 78c7eb35076ed9d6749730f299cb8e87a2033753 (patch) | |
tree | 6de3012a09b733b4b1932aeb706b5a03f53933c1 /starmath | |
parent | f873ee187b67e9fb3a08ed2735b494e823fe7dd9 (diff) |
uiconfig is a l10n-relevant target
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/Module_starmath.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/Module_starmath.mk b/starmath/Module_starmath.mk index bd434dda6c88..2830a466c255 100644 --- a/starmath/Module_starmath.mk +++ b/starmath/Module_starmath.mk @@ -13,11 +13,11 @@ $(eval $(call gb_Module_Module,starmath)) $(eval $(call gb_Module_add_targets,starmath,\ Library_sm \ Library_smd \ - UIConfig_smath \ )) $(eval $(call gb_Module_add_l10n_targets,starmath,\ AllLangResTarget_sm \ + UIConfig_smath \ )) $(eval $(call gb_Module_add_check_targets,starmath,\ |