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 /uui/Module_uui.mk | |
parent | f873ee187b67e9fb3a08ed2735b494e823fe7dd9 (diff) |
uiconfig is a l10n-relevant target
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
Diffstat (limited to 'uui/Module_uui.mk')
-rw-r--r-- | uui/Module_uui.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uui/Module_uui.mk b/uui/Module_uui.mk index c827e41649f7..193bea5c9ab0 100644 --- a/uui/Module_uui.mk +++ b/uui/Module_uui.mk @@ -11,11 +11,11 @@ $(eval $(call gb_Module_Module,uui)) $(eval $(call gb_Module_add_targets,uui,\ Library_uui \ - UIConfig_uui \ )) $(eval $(call gb_Module_add_l10n_targets,uui,\ AllLangResTarget_uui \ + UIConfig_uui \ )) # vim: set noet sw=4 ts=4: |