X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Ftiff%2FMakefile.am;h=e236eca4350abf1171a3495fbfe2bb2740e88c77;hb=3d3c4a5a08f1b8b536542735110c1376fb3e30bf;hp=79ec11e02c86b1e46cd24e2228baf01927c08b12;hpb=4912987303aefef0d02a45726b75e5fdae043982;p=evince.git diff --git a/backend/tiff/Makefile.am b/backend/tiff/Makefile.am index 79ec11e0..e236eca4 100644 --- a/backend/tiff/Makefile.am +++ b/backend/tiff/Makefile.am @@ -1,5 +1,3 @@ -backenddir = $(libdir)/evince/backends - INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ @@ -20,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