From 9e8a92862c3cfb2b1f8737c29c64502c8873dccc Mon Sep 17 00:00:00 2001 From: chrox Date: Fri, 19 Oct 2012 01:47:41 +0800 Subject: [PATCH] add koptreader.lua file in customupdate Conflicts: Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b911d4c86..afaea7bd5 100644 --- a/Makefile +++ b/Makefile @@ -140,7 +140,7 @@ kpdfview: kpdfview.o einkfb.o pdf.o k2pdfopt.o blitbuffer.o drawcontext.o input. $(STATICLIBSTDCPP) \ $(LDFLAGS) \ -o $@ \ - -lm -ldl -lpthread \ + -lm -ldl -lpthread -ljpeg -L$(MUPDFLIBDIR) \ $(EMU_LDFLAGS) \ $(DYNAMICLIBSTDCPP)