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 /chart2 | |
parent | f873ee187b67e9fb3a08ed2735b494e823fe7dd9 (diff) |
uiconfig is a l10n-relevant target
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
Diffstat (limited to 'chart2')
-rw-r--r-- | chart2/Module_chart2.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/Module_chart2.mk b/chart2/Module_chart2.mk index 49a8c51b96e3..a7751e9e18be 100644 --- a/chart2/Module_chart2.mk +++ b/chart2/Module_chart2.mk @@ -12,11 +12,11 @@ $(eval $(call gb_Module_Module,chart2)) $(eval $(call gb_Module_add_targets,chart2,\ Library_chartcontroller \ Library_chartcore \ - UIConfig_chart2 \ )) $(eval $(call gb_Module_add_l10n_targets,chart2,\ AllLangResTarget_chartcontroller \ + UIConfig_chart2 \ )) $(eval $(call gb_Module_add_slowcheck_targets,chart2,\ |