diff options
author | David Tardon <dtardon@redhat.com> | 2012-03-18 14:53:47 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-03-23 06:02:40 +0100 |
commit | ecc7ae77d345025f54094861c6b8b693e830ab42 (patch) | |
tree | c6d9f9427adf00fdc9790752a8ec9d34bd3709b3 /desktop/Pagein_common.mk | |
parent | c4744121f12fde51de2d92d2442d590d93725ffc (diff) |
move Pagein from desktop to gbuild
Diffstat (limited to 'desktop/Pagein_common.mk')
-rw-r--r-- | desktop/Pagein_common.mk | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/desktop/Pagein_common.mk b/desktop/Pagein_common.mk index c7c1f0cc69a7..06cb024b339d 100644 --- a/desktop/Pagein_common.mk +++ b/desktop/Pagein_common.mk @@ -25,10 +25,10 @@ # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. -$(eval $(call desktop_Pagein_Pagein,common)) +$(eval $(call gb_Pagein_Pagein,common)) # sorted in approx. reverse load order (ld.so.1) -$(eval $(call desktop_Pagein_add_libs,common,\ +$(eval $(call gb_Pagein_add_libs,common,\ i18npool \ $(if $(findstring YES,$(SYSTEM_ICU)),,\ icui18n \ @@ -54,7 +54,7 @@ $(eval $(call desktop_Pagein_add_libs,common,\ sb \ )) -$(eval $(call desktop_Pagein_add_libs_with_dir,common,\ +$(eval $(call gb_Pagein_add_libs_with_dir,common,\ stocservices \ bootstrap \ reg \ @@ -66,7 +66,7 @@ $(eval $(call desktop_Pagein_add_libs_with_dir,common,\ ,../ure-link/lib \ )) -$(eval $(call desktop_Pagein_add_libs,common,\ +$(eval $(call gb_Pagein_add_libs,common,\ ucbhelper \ comphelper \ tl \ @@ -76,7 +76,7 @@ $(eval $(call desktop_Pagein_add_libs,common,\ tk \ )) -$(eval $(call desktop_Pagein_add_objects,common,\ +$(eval $(call gb_Pagein_add_objects,common,\ ../ure-link/share/misc/types.rdb \ services.rdb \ oovbaapi.rdb \ @@ -85,7 +85,7 @@ $(eval $(call desktop_Pagein_add_objects,common,\ # TODO: Hmm, so it looks like there are duplicates in the list... Moreover, # some that are conditional above are not conditional here (e.g., icule). # I have doubts about gconfbe, desktopbe and localebe too. -$(eval $(call desktop_Pagein_add_libs,common,\ +$(eval $(call gb_Pagein_add_libs,common,\ deployment \ deploymentmisc \ ucb1 \ |