diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-15 02:58:30 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2012-01-15 16:11:32 +0100 |
commit | cbd2e67d20788922e5bd6c374e32d810d209bc90 (patch) | |
tree | aae28bebfa53f5e36dd5671b196e916eca20d266 /desktop | |
parent | 464b433c5fc74d7b64c229af45d31a72f0186068 (diff) |
ucb: convert to gbuild
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Pagein_common.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/desktop/Pagein_common.mk b/desktop/Pagein_common.mk index 85a7d184c4fd..c7c1f0cc69a7 100644 --- a/desktop/Pagein_common.mk +++ b/desktop/Pagein_common.mk @@ -42,8 +42,8 @@ $(eval $(call desktop_Pagein_add_libs,common,\ fwi \ fwl \ package2 \ - ucpfile \ - ucb \ + ucpfile1 \ + ucb1 \ configmgr \ vclplug_gen \ $(if $(findstring TRUE,$(ENABLE_GTK)),vclplug_gtk) \ @@ -88,7 +88,7 @@ $(eval $(call desktop_Pagein_add_objects,common,\ $(eval $(call desktop_Pagein_add_libs,common,\ deployment \ deploymentmisc \ - ucb \ + ucb1 \ xstor \ package2 \ filterconfig \ |