X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=libdocument%2FMakefile.am;h=8e002a4ef9ab6318f525f0615a246ed93bacc85b;hb=1603ac6503ecf60fcfb73baa9a2151b49bbab4b1;hp=1597c72df4477c384c9b3aff1638c28701056f6f;hpb=796028ef614e6cfbdfba67927fe9696efaac1269;p=evince.git diff --git a/libdocument/Makefile.am b/libdocument/Makefile.am index 1597c72d..8e002a4e 100644 --- a/libdocument/Makefile.am +++ b/libdocument/Makefile.am @@ -22,6 +22,7 @@ INST_H_FILES = \ ev-document-layers.h \ ev-document-links.h \ ev-document-misc.h \ + ev-document-print.h \ ev-document-security.h \ ev-document-thumbnails.h \ ev-document-transition.h \ @@ -35,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 \ @@ -63,6 +65,7 @@ libevdocument_la_SOURCES= \ ev-document-layers.c \ ev-document-links.c \ ev-document-images.c \ + ev-document-print.c \ ev-document-security.c \ ev-document-find.c \ ev-document-transition.c \ @@ -72,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 \ @@ -86,6 +90,7 @@ libevdocument_la_CPPFLAGS = \ -DEVINCE_UIDIR=\"$(pkgdatadir)\" \ -DGNOMELOCALEDIR=\"$(datadir)/locale\" \ -DEV_BACKENDSDIR=\"$(backenddir)\" \ + -DEV_BACKENDSBINARYVERSION=\"$(backend_binary_version)\" \ -DEVINCE_COMPILATION \ $(AM_CPPFLAGS)