diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-07-06 21:28:03 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-07-09 14:23:26 +0100 |
commit | ae7534f616523bbe5588d98ef2fe4f421ffed728 (patch) | |
tree | 9e162ab54bb23bb374dfd8eedf884231f6677e6b /desktop | |
parent | 0c8190999b5d85d28ded9f1be9613f11427034d2 (diff) |
targetted rename xcr -> xmlscript to match includes and module name
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/Library_deployment.mk | 2 | ||||
-rw-r--r-- | desktop/Library_deploymentmisc.mk | 2 | ||||
-rw-r--r-- | desktop/Pagein_common.mk | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/desktop/Library_deployment.mk b/desktop/Library_deployment.mk index 2cde4bae0ce9..3910fb910757 100644 --- a/desktop/Library_deployment.mk +++ b/desktop/Library_deployment.mk @@ -46,7 +46,7 @@ $(eval $(call gb_Library_use_libraries,deployment,\ tl \ ucbhelper \ utl \ - xcr \ + xmlscript \ $(gb_STDLIBS) \ )) diff --git a/desktop/Library_deploymentmisc.mk b/desktop/Library_deploymentmisc.mk index 551c6392c918..72ac02bd7c2a 100644 --- a/desktop/Library_deploymentmisc.mk +++ b/desktop/Library_deploymentmisc.mk @@ -47,7 +47,7 @@ $(eval $(call gb_Library_use_libraries,deploymentmisc,\ tl \ ucbhelper \ utl \ - xcr \ + xmlscript \ $(gb_STDLIBS) \ )) diff --git a/desktop/Pagein_common.mk b/desktop/Pagein_common.mk index 65a2e9427f95..9a82a1c36ac3 100644 --- a/desktop/Pagein_common.mk +++ b/desktop/Pagein_common.mk @@ -51,7 +51,7 @@ $(eval $(call gb_Pagein_add_objects,common,\ $(if $(findstring TRUE,$(ENABLE_KDE)),vclplug_kde) \ basegfx \ sot \ - xcr \ + xmlscript \ sb \ stocservices \ bootstrap \ |