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=6874a934aa7e73ee82b38dd52ffa209de3b0e901;hpb=2c4dbe47d6f4b5a427b8d7133cb9c9707dca59cb;p=evince.git diff --git a/backend/tiff/Makefile.am b/backend/tiff/Makefile.am index 6874a934..e236eca4 100644 --- a/backend/tiff/Makefile.am +++ b/backend/tiff/Makefile.am @@ -1,9 +1,8 @@ -backenddir = $(libdir)/evince/backends - INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ + -DEVINCE_COMPILATION \ $(BACKEND_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -18,7 +17,8 @@ libtiffdocument_la_SOURCES = \ libtiffdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libtiffdocument_la_LIBADD = \ - $(top_builddir)/libdocument/libevbackend.la \ + $(top_builddir)/libdocument/libevdocument.la \ + $(BACKEND_LIBS) \ -ltiff backend_in_files = tiffdocument.evince-backend.in