From 85d3d47018f06c2b0c1391ade43be626acb2c021 Mon Sep 17 00:00:00 2001 From: Fridrich Strba Date: Tue, 23 Jun 2009 07:35:45 +0000 Subject: Add the BACKEND_LIBS into libraries so that Windows build can link. --- (limited to 'backend/tiff') diff --git a/backend/tiff/Makefile.am b/backend/tiff/Makefile.am index 0858b6c..e236eca 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 -- cgit v0.9.1