X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=backend%2Fimpress%2FMakefile.am;h=02305f3fd369b7d6c4198685e05dd8e77f1e0e1f;hb=3d3c4a5a08f1b8b536542735110c1376fb3e30bf;hp=194e1ba9586dda7fb46321a00948fd4385ef2eee;hpb=2c4dbe47d6f4b5a427b8d7133cb9c9707dca59cb;p=evince.git diff --git a/backend/impress/Makefile.am b/backend/impress/Makefile.am index 194e1ba9..02305f3f 100644 --- a/backend/impress/Makefile.am +++ b/backend/impress/Makefile.am @@ -1,10 +1,9 @@ -backenddir = $(libdir)/evince/backends - INCLUDES = \ -I$(top_srcdir) \ -I$(top_srcdir)/libdocument \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DDATADIR=\""$(datadir)"\" \ + -DEVINCE_COMPILATION \ $(BACKEND_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED) @@ -43,8 +42,8 @@ IMPOSTER_RENDER_INCLUDE_FILES = \ libimpressdocument_la_LDFLAGS = $(BACKEND_LIBTOOL_FLAGS) libimpressdocument_la_LIBADD = \ - $(top_builddir)/libdocument/libevbackend.la \ - $(BACKEND_LIBS) + $(top_builddir)/libdocument/libevdocument.la \ + $(BACKEND_LIBS) -lz backend_in_files = impressdocument.evince-backend.in