From 68525a359fcf1c2f857337aaac6508861d305cae Mon Sep 17 00:00:00 2001 From: Nickolay V. Shmyrev Date: Fri, 05 May 2006 15:29:03 +0000 Subject: Due to broken libtool that is unable to track dependencies of noinst libraries we are forced to explicitely point libraries for binary. Fix for the bug #333334. --- (limited to 'shell') diff --git a/shell/Makefile.am b/shell/Makefile.am index 4061c31..80764d2 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -83,6 +83,18 @@ evince_LDADD= \ $(SHELL_LIBS) \ $(GNOME_PRINT_LIBS) +if ENABLE_DJVU +evince_LDADD += $(DJVU_LIBS) +endif + +if ENABLE_DJVU +evince_LDADD += -lkpathsea +endif + +if WITH_TYPE1_FONTS +evince_LDADD += -lt1 +endif + BUILT_SOURCES = ev-marshal.h ev-marshal.c if ENABLE_DBUS -- cgit v0.9.1