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)