diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-02-24 16:52:44 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-02-24 16:53:15 +0000 |
commit | c45e87d037ca11e6d173ab57fce295c5f01d2ccc (patch) | |
tree | b5179dc9406b2e66d8ea7cf8615e02b954f2cd60 /android/qa | |
parent | b8f41e584cb876327c78e55bdfffb0424facfe41 (diff) |
android: more libs corrections
Diffstat (limited to 'android/qa')
-rw-r--r-- | android/qa/desktop/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/android/qa/desktop/Makefile b/android/qa/desktop/Makefile index 8c0735115e00..490a7a8b55db 100644 --- a/android/qa/desktop/Makefile +++ b/android/qa/desktop/Makefile @@ -121,7 +121,7 @@ copy-stuff: buildrcs freetype \ fsstorage.uno \ gcc3_uno \ - hypenlo \ + hyphenlo \ i18nisolang1gcc3 \ i18npaperlo \ i18npool.uno \ @@ -134,7 +134,7 @@ copy-stuff: buildrcs jvmfwk \ lnglo \ introspection.uno \ - lnth \ + lnthlo \ localebe1.uno \ localedata_en \ localedata_es \ @@ -170,6 +170,7 @@ copy-stuff: buildrcs xstor \ \ swlo \ + swuilo \ swdlo \ ); do \ $(call COPY,$(OUTDIR)/lib/lib$${F}.so); \ |