diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-25 23:51:33 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2011-11-26 00:23:45 +0200 |
commit | c7524e944120a7f1c0da3056f97c84643f85bbd2 (patch) | |
tree | 9a1877789d8fe4425b12eccc8a2cf7b6ff4c9cc4 /shell/source/backends/localebe | |
parent | 474dcc8fc9c4e7b2469e89b112f5bed4066cf969 (diff) |
Bypass more stuff on non-desktop OSes and enforce "lib" prefix for Android
Diffstat (limited to 'shell/source/backends/localebe')
-rw-r--r-- | shell/source/backends/localebe/makefile.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/source/backends/localebe/makefile.mk b/shell/source/backends/localebe/makefile.mk index 1efe3ed5e498..33b741230e61 100644 --- a/shell/source/backends/localebe/makefile.mk +++ b/shell/source/backends/localebe/makefile.mk @@ -47,7 +47,7 @@ SLOFILES=\ $(SLO)$/localebecdef.obj \ $(SLO)$/localebackend.obj -SHL1TARGET=$(TARGET)1.uno +SHL1TARGET=$(ENFORCEDSHLPREFIX)$(TARGET)1.uno SHL1OBJS=$(SLOFILES) SHL1DEF=$(MISC)$/$(SHL1TARGET).def |