diff options
author | Andrzej J.R. Hunt <andrzej@ahunt.org> | 2013-11-14 16:13:55 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-14 19:47:16 +0000 |
commit | f29a2b42880233fad821cdd9ffa45114347e2d32 (patch) | |
tree | ea5e277fcb4ea342a40cf64973b8dc6d7c5f3879 /android/Bootstrap | |
parent | 53b2d2ce0c68cd371fb55c8fdbab47a4075bbe8e (diff) |
Add EBOOK_LIBS to android build.
Change-Id: I19af7ecf0fe746e6c41c95e647141b4c0af0f6d4
Reviewed-on: https://gerrit.libreoffice.org/6673
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'android/Bootstrap')
-rw-r--r-- | android/Bootstrap/Makefile.shared | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/Bootstrap/Makefile.shared b/android/Bootstrap/Makefile.shared index 657e433e3647..9da0414d51ba 100644 --- a/android/Bootstrap/Makefile.shared +++ b/android/Bootstrap/Makefile.shared @@ -88,6 +88,7 @@ LIBS = \ $(HUNSPELL_LIBS) \ $(HYPHEN_LIB) \ $(MYTHES_LIBS) \ + $(EBOOK_LIBS) \ $(wildcard $(WORKDIR)/UnpackedTarball/curl/lib/.libs/*.a) \ $(wildcard $(WORKDIR)/UnpackedTarball/fontconfig/src/.libs/libfontconfig.a) \ $(wildcard $(WORKDIR)/UnpackedTarball/freetype/objs/.libs/libfreetype.a) \ |