X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=libdocument%2FMakefile.am;h=8e002a4ef9ab6318f525f0615a246ed93bacc85b;hb=1603ac6503ecf60fcfb73baa9a2151b49bbab4b1;hp=ef5876fd472a10c93ef239d0cf55582b82814597;hpb=361706c42c9eccd5d86211c8f3bcfd93441d5908;p=evince.git diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index ef5876fd..8e002a4e 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -36,6 +36,7 @@ INST_H_FILES = \ ev-link-action.h \ ev-link-dest.h \ ev-link.h \ + ev-mapping.h \ ev-page.h \ ev-render-context.h \ ev-selection.h \ @@ -74,6 +75,7 @@ libevdocument_la_SOURCES= \ ev-debug.c \ ev-file-exporter.c \ ev-file-helpers.c \ + ev-mapping.c \ ev-module.c \ ev-page.c \ ev-render-context.c \ @@ -88,6 +90,7 @@ libevdocument_la_CPPFLAGS = \ -DEVINCE_UIDIR=\"$(pkgdatadir)\" \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DEV_BACKENDSDIR=\"$(backenddir)\" \ + -DEV_BACKENDSBINARYVERSION=\"$(backend_binary_version)\" \ -DEVINCE_COMPILATION \ $(AM_CPPFLAGS)