From: Fridrich Strba Date: Tue, 23 Jun 2009 07:35:45 +0000 (+0200) Subject: Add the BACKEND_LIBS into libraries so that Windows build can link. X-Git-Tag: EVINCE_2_27_4~10 X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=commitdiff_plain;h=85d3d47018f06c2b0c1391ade43be626acb2c021;p=evince.git Add the BACKEND_LIBS into libraries so that Windows build can link. --- diff --git a/backend/tiff/Makefile.am b/backend/tiff/Makefile.am index 0858b6c1..e236eca4 100644 --- a/backend/tiff/Makefile.am +++ b/backend/tiff/Makefile.am @@ -18,6 +18,7 @@ libtiffdocument_la_SOURCES = \ libtiffdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libtiffdocument_la_LIBADD = \ $(top_builddir)/libdocument/libevdocument.la \ + $(BACKEND_LIBS) \ -ltiff backend_in_files = tiffdocument.evince-backend.in