From 079768a628ba3c966983dd729b4d10c2f02ccb0b Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Wed, 30 Jan 2008 18:55:23 +0000 Subject: Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203. 2008-01-30 Carlos Garcia Campos * thumbnailer/Makefile.am: Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203. svn path=/trunk/; revision=2880 --- (limited to 'thumbnailer/Makefile.am') diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am index 0d34109..19c2bee 100644 --- a/thumbnailer/Makefile.am +++ b/thumbnailer/Makefile.am @@ -16,8 +16,7 @@ evince_thumbnailer_SOURCES= \ evince_thumbnailer_LDADD= \ $(top_builddir)/libdocument/libevbackend.la \ - $(FRONTEND_LIBS) \ - $(DJVU_LIBS) + $(FRONTEND_LIBS) schema_files = \ evince-thumbnailer-dvi.schemas.in \ -- cgit v0.9.1