summaryrefslogtreecommitdiff
path: root/vcl/Module_vcl.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-12-16 16:51:35 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2013-12-16 17:36:26 +0100
commit78c7eb35076ed9d6749730f299cb8e87a2033753 (patch)
tree6de3012a09b733b4b1932aeb706b5a03f53933c1 /vcl/Module_vcl.mk
parentf873ee187b67e9fb3a08ed2735b494e823fe7dd9 (diff)
uiconfig is a l10n-relevant target
Change-Id: I8a2ca73c02fd6b04ce60e7701c51d2362ef7ec06
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r--vcl/Module_vcl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk
index a65736d2a99d..4dc64347ae63 100644
--- a/vcl/Module_vcl.mk
+++ b/vcl/Module_vcl.mk
@@ -25,11 +25,11 @@ $(eval $(call gb_Module_add_targets,vcl,\
$(if $(filter DESKTOP,$(BUILD_TYPE)), \
StaticLibrary_vclmain \
Executable_ui-previewer) \
- UIConfig_vcl \
))
$(eval $(call gb_Module_add_l10n_targets,vcl,\
AllLangResTarget_vcl \
+ UIConfig_vcl \
))
ifeq ($(GUIBASE),unx)