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 /xmlsecurity | |
parent | f873ee187b67e9fb3a08ed2735b494e823fe7dd9 (diff) |
uiconfig is a l10n-relevant target
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/Module_xmlsecurity.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/Module_xmlsecurity.mk b/xmlsecurity/Module_xmlsecurity.mk index d29444c5924e..e88859d8067c 100644 --- a/xmlsecurity/Module_xmlsecurity.mk +++ b/xmlsecurity/Module_xmlsecurity.mk @@ -13,11 +13,11 @@ $(eval $(call gb_Module_add_targets,xmlsecurity,\ Library_xmlsecurity \ Library_xsec_fw \ $(if $(filter-out IOS ANDROID,$(OS)),Library_xsec_xmlsec) \ - UIConfig_xmlsec \ )) $(eval $(call gb_Module_add_l10n_targets,xmlsecurity,\ AllLangResTarget_xsec \ + UIConfig_xmlsec \ )) #FIXME: ^^^, get nss&libxmlsec building on ios and android |