mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Makefile: extr depends on MUPDFLIBS/THIRDPARTYLIBS
This commit is contained in:
committed by
Qingping Hou
parent
c0cd31be6d
commit
5c0201d3e3
@@ -144,7 +144,7 @@ kpdfview: kpdfview.o einkfb.o pdf.o k2pdfopt.o blitbuffer.o drawcontext.o input.
|
||||
$(EMU_LDFLAGS) \
|
||||
$(DYNAMICLIBSTDCPP)
|
||||
|
||||
extr: extr.o
|
||||
extr: extr.o $(MUPDFLIBS) $(THIRDPARTYLIBS)
|
||||
$(CC) $(CFLAGS) extr.o $(MUPDFLIBS) $(THIRDPARTYLIBS) -lm -o extr
|
||||
|
||||
extr.o: %.o: %.c
|
||||
|
||||
Reference in New Issue
Block a user