Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/tiff
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2009-06-23 07:35:45 (GMT)
committer Fridrich Strba <fridrich.strba@bluewin.ch>2009-06-23 07:35:45 (GMT)
commit85d3d47018f06c2b0c1391ade43be626acb2c021 (patch)
tree349a87175e5bcfc566a460550e97870414ee656d /backend/tiff
parent78ac55ced8691adfa03e4efbd139897599fca7b3 (diff)
Add the BACKEND_LIBS into libraries so that Windows build can link.
Diffstat (limited to 'backend/tiff')
-rw-r--r--backend/tiff/Makefile.am1
1 files changed, 1 insertions, 0 deletions
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