From: Carlos Garcia Campos Date: Wed, 30 Jan 2008 18:55:23 +0000 (+0000) Subject: Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203. X-Git-Tag: EVINCE_2_21_91~23 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=079768a628ba3c966983dd729b4d10c2f02ccb0b;p=evince.git 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 --- diff --git a/ChangeLog b/ChangeLog index bfe2ce95..803b7d29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-01-30 Carlos Garcia Campos + + * thumbnailer/Makefile.am: + + Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203. + 2008-01-29 Carlos Garcia Campos * configure.ac: diff --git a/thumbnailer/Makefile.am b/thumbnailer/Makefile.am index 0d341096..19c2bee0 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 \