From f29a2b42880233fad821cdd9ffa45114347e2d32 Mon Sep 17 00:00:00 2001 From: "Andrzej J.R. Hunt" Date: Thu, 14 Nov 2013 16:13:55 +0000 Subject: Add EBOOK_LIBS to android build. Change-Id: I19af7ecf0fe746e6c41c95e647141b4c0af0f6d4 Reviewed-on: https://gerrit.libreoffice.org/6673 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- android/Bootstrap/Makefile.shared | 1 + 1 file changed, 1 insertion(+) (limited to 'android/Bootstrap') 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) \ -- cgit