From 0b08992591ab0e8bc79b79008da0e5e208ee5c9a Mon Sep 17 00:00:00 2001 From: Qingping Hou Date: Fri, 2 Nov 2012 16:18:16 -0400 Subject: [PATCH] update djvulibre target dependence for LIBDIR --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ba5685d71..216f6594b 100644 --- a/Makefile +++ b/Makefile @@ -92,7 +92,8 @@ KPDFREADER_CFLAGS=$(CFLAGS) -I$(LUADIR)/src -I$(MUPDFDIR)/ # for now, all dependencies except for the libc are compiled into the final binary: MUPDFLIBS := $(MUPDFLIBDIR)/libfitz.a -DJVULIBS := $(DJVUDIR)/build/libdjvu/.libs/libdjvulibre.so +DJVULIBS := $(DJVUDIR)/build/libdjvu/.libs/libdjvulibre.so \ + $(LIBDIR)/libdjvulibre.so DJVULIBDIR := $(DJVUDIR)/build/libdjvu/.libs/ CRENGINELIBS := $(CRENGINEDIR)/crengine/libcrengine.a \ $(CRENGINEDIR)/thirdparty/chmlib/libchmlib.a \