From 5c0201d3e32f43b47c1911065d5363f02e38c9b0 Mon Sep 17 00:00:00 2001 From: Tigran Aivazian Date: Thu, 25 Oct 2012 10:53:12 +0100 Subject: [PATCH] Makefile: extr depends on MUPDFLIBS/THIRDPARTYLIBS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b92c0c7e9..0ef81f324 100644 --- a/Makefile +++ b/Makefile @@ -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